UNPKG

@anysphere/scip-typescript

Version:

SCIP indexer for TypeScript and JavaScript

9 lines (6 loc) 250 B
// < definition syntax 1.0.0 src/`module.d.ts`/ declare module 'a:b' { // ^^^^^ definition syntax 1.0.0 src/`module.d.ts`/`'a:b'`/ function hello(): string // ^^^^^ definition syntax 1.0.0 src/`module.d.ts`/`'a:b'`/hello(). }