UNPKG

dts-critic

Version:

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

6 lines (5 loc) 82 B
interface Foo { bar: () => void, } declare const foo: Foo; export = foo;