MCPcopy
hub / github.com/JedWatson/classnames / IFoo

Interface IFoo

tests/bind.test-d.ts:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const foo: Foo = { bar: true };
9
10interface IFoo {
11 bar: boolean;
12}
13
14const ifoo: IFoo = { bar: true };
15

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…