UNPKG

wj-design-art

Version:

让javascript使用设计模式更简单

13 lines 401 B
import { ICommand } from '../Command/types'; export declare function isClass(obj: any, strict?: boolean): boolean; /** * 深度克隆 * @param {Object} o */ export declare function deepCopy(o: any): any; /** * @description 是否是ICommand数据类型 * @param object */ export declare function instanceofCommand(object: any): object is ICommand; //# sourceMappingURL=index.d.ts.map