MCPcopy Create free account
hub / github.com/basarat/typescript-book / Bar

Interface Bar

code/declarationspaces/declarationspace.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export module first {
2 class Foo { }
3 interface Bar { }
4 type Bas = {}
5
6 var foo: Foo;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected