MCPcopy
hub / github.com/ts-essentials/ts-essentials / ExtendedFunction

Interface ExtendedFunction

lib/deep-readonly/index.test.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5function testDeepReadonly() {
6 interface ExtendedFunction extends Function {
7 args: 0;
8 }
9
10 interface ExtendedDate extends Date {
11 today(): number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…