UNPKG

@anysphere/scip-typescript

Version:

SCIP indexer for TypeScript and JavaScript

9 lines (8 loc) 148 B
export declare namespace a { function hello(): string interface Interface { hello: string } var i: Interface export const value = 1 }