UNPKG

@sourcegraph/scip-typescript

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