UNPKG
apisurf
Version:
latest (1.4.0)
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
0.1.0
Analyze API surface changes between npm package versions to catch breaking changes
apisurf
/
lib
/
commands
/
diff.d.ts
3 lines
(2 loc)
•
80 B
TypeScript
View Raw
1
2
3
import
{
Command
}
from
'commander'
;
export
declare
const
diffCommand
:
Command
;