UNPKG

166 BTypeScriptView Raw
1import { ICommand } from './common';
2declare const _default: (param: string | string[] | {
3 [key: string]: ICommand;
4}) => Promise<void>;
5export default _default;