mirror of https://github.com/vladmandic/human
4 lines
149 B
TypeScript
4 lines
149 B
TypeScript
![]() |
export declare function log(...msg: any[]): void;
|
||
|
export declare const now: () => number;
|
||
|
export declare function mergeDeep(...objects: any[]): any;
|