MCPcopy
hub / github.com/basarat/typescript-book / Bar

Interface Bar

code/types/typeGuard.ts:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 interface Bar {
76 bar: number;
77 common: string;
78 }
79
80 /**
81 * User Defined Type Guard!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected