wj-design-art
Version:
让javascript使用设计模式更简单
16 lines • 451 B
TypeScript
import ResChain from './ResponsibilityChain';
import Command from './Command';
declare const _default: {
ResChain: typeof ResChain;
singleCase: {
singles: {
[k: string]: any;
};
add(_class: any, classname?: string, ...args: any[]): void;
del(key: string): void;
clear(): void;
};
Command: typeof Command;
};
export default _default;
//# sourceMappingURL=index.d.ts.map