UNPKG

148 BTypeScriptView Raw
1export interface IArgument {
2 name: string;
3 description: string;
4}
5declare const _default: (commands?: {}) => void;
6export default _default;