UNPKG

wj-design-art

Version:

让javascript使用设计模式更简单

6 lines 182 B
export interface ICommand { execute: () => any; [k: string]: any; } export declare type CommandItem = ICommand | ICommand['execute']; //# sourceMappingURL=types.d.ts.map