human/types/helpers.d.ts

4 lines
149 B
TypeScript
Raw Normal View History

2021-03-21 12:49:55 +01:00
export declare function log(...msg: any[]): void;
export declare const now: () => number;
export declare function mergeDeep(...objects: any[]): any;