UNPKG

@adpt/core

Version:
4 lines 285 B
export declare function tracef(enable: boolean): (target: object, _key: string, _val: any) => void; export declare function trace(enable: boolean, ...args: any[]): void; export declare function traceLazy(enable: boolean, argFunc: () => any[]): void; //# sourceMappingURL=trace.d.ts.map