Skip to content

Commit 48d72d1

Browse files
committed
refactor: wip
1 parent fefaed6 commit 48d72d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/perf-hooks.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import type {
1010
PerformanceResourceTiming,
1111
TimerifyOptions,
1212
performance,
13-
} from 'perf_hooks';
13+
} from 'node:perf_hooks';
1414
import type { DetailPayloadWithDevtools } from './lib/user-timing-extensibility-api.type';
1515

1616
export type EntryType = 'mark' | 'measure';

0 commit comments

Comments
 (0)