UNPKG

416 BTypeScriptView Raw
1/// <reference types="node" resolution-mode="require"/>
2/**
3 * @type {typeof performance.measure}
4 */
5export const measure: typeof performance.measure;
6/**
7 * @type {typeof performance.now}
8 */
9export const now: typeof performance.now;
10/**
11 * @type {typeof performance.mark}
12 */
13export const mark: typeof performance.mark;
14import { performance } from 'node:perf_hooks';
15//# sourceMappingURL=performance.node.d.ts.map
\No newline at end of file