UNPKG

@anysphere/scip-typescript

Version:

SCIP indexer for TypeScript and JavaScript

5 lines (4 loc) 92 B
export interface Overloader { onLiteral(param: 'a'): void onLiteral(param: 'b'): void }