UNPKG

dts-critic

Version:

Checks a new .d.ts against the Javascript source and tells you what problems it has

7 lines (6 loc) 103 B
interface Exports { (): void, foo: () => {}, } declare const exp: Exports; export = exp;