UNPKG

perf-marks

Version:

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

10 lines (9 loc) 234 B
/** * Boolean with the result of the check if User Timing API * is supported for the current browser/NodeJS version * * @returns boolean * */ declare const isUserTimingAPISupported: boolean; export { isUserTimingAPISupported };