UNPKG

typescript-closure-tools

Version:

Command-line tools to convert closure-style JSDoc annotations to typescript, and to convert typescript sources to closure externs files

8 lines (7 loc) 116 B
interface Such { amaze(): void; much(): void; } declare module 'test-module' { export function wow(): Such; }