UNPKG

perf-marks

Version:

The simplest and lightweight solution for User Timing API in Javascript.

10 lines (9 loc) 201 B
/** * Boolean with the result of the check if package * is running on the browser or in a NodeJS environment * * @returns boolean * */ declare const isNodeJSEnv: boolean; export { isNodeJSEnv };