Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte-preprocess
/ AInterface
Interface
AInterface
test/fixtures/types.ts:2–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
type
AType =
'test1'
|
'test2'
;
2
export
interface
AInterface {
3
test: string;
4
}
5
export
const
AValue: string =
'test'
;
6
7
export
default
'String'
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected