human/types/helpers.d.ts

5 lines
217 B
TypeScript

export declare function join(folder: string, file: string): string;
export declare function log(...msg: any[]): void;
export declare const now: () => number;
export declare function mergeDeep(...objects: any[]): any;