MCPcopy
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

1export type AType = 'test1' | 'test2';
2export interface AInterface {
3 test: string;
4}
5export const AValue: string = 'test';
6
7export default 'String';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected