UNPKG

161 BTypeScriptView Raw
1declare module 'command-line-usage' {
2 function commandLineUsage(args: any)
3 : string;
4 module commandLineUsage {
5
6 }
7 export = commandLineUsage;
8}