We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefaed6 commit 48d72d1Copy full SHA for 48d72d1
packages/utils/src/perf-hooks.d.ts
@@ -10,7 +10,7 @@ import type {
10
PerformanceResourceTiming,
11
TimerifyOptions,
12
performance,
13
-} from 'perf_hooks';
+} from 'node:perf_hooks';
14
import type { DetailPayloadWithDevtools } from './lib/user-timing-extensibility-api.type';
15
16
export type EntryType = 'mark' | 'measure';
0 commit comments