UNPKG

98 BTypeScriptView Raw
1import Help from './commands/help.js';
2export declare const commands: {
3 help: typeof Help;
4};