UNPKG

node-tidy

Version:

A CLI tool to find and remove unused NPM packages and Install Missing packages in your Node.js projects.

3 lines (2 loc) 90 B
declare function execCommand(command: string): string | null; export default execCommand;