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) 85 B
declare function askUser(question: string): Promise<string>; export default askUser;