MCPcopy Create free account
hub / github.com/bcoe/c8 / FooOptions

Interface FooOptions

test/fixtures/ts-node-basic.ts:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface FooOptions {
2 x: number;
3}
4
5class Foo {
6 x: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected