UNPKG

dts-critic

Version:

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

5 lines (4 loc) 60 B
function foo(a) { return a; } module.exports = foo;