UNPKG

monitor-usage

Version:

a code monitoring tool based on Javascript, used to monitor and track target code usage in real time, collect code running log reports, etc.

6 lines (5 loc) 271 B
export declare function isPrimitiveType(value: any): boolean; export declare function typeOf(value: any): string; export declare function isInNodeEnv(): boolean; export declare function getDateString(): string; export declare function JSONStringify(option: any): string;