Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
interface
FooOptions {
2
x: number;
3
}
4
5
class
Foo {
6
x: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected