UNPKG

ts2dart

Version:

Transpile TypeScript code to Dart

6 lines (5 loc) 165 B
declare module 'test/test' { export function test(msg: string, fn: () => void); export function expect(a: any, b: any); export function equals(a: any): any; }