We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79590b6 commit 70ad6cdCopy full SHA for 70ad6cd
2 files changed
packages/utils/src/perf_hooks.d.ts
@@ -1,17 +1,5 @@
1
-// perf_hooks.d.ts - Custom type definitions for performance.mark() and performance.measure()
2
import type {
3
- MarkOptions,
4
- MeasureOptions,
5
- Performance,
6
- PerformanceMark,
7
- PerformanceMarkOptions,
8
- PerformanceMeasure,
9
- PerformanceMeasureOptions,
10
-} from 'node:perf_hooks';
11
-import type {
12
- MarkOptionsWithDevtools,
13
MarkerPayload,
14
- MeasureOptionsWithDevtools,
15
TrackEntryPayload,
16
WithDevToolsPayload,
17
} from './lib/user-timing-extensibility-api.type';
packages/utils/src/perf_hooks.type.ts …ckages/utils/src/perf_hooks.type.test.tspackages/utils/src/perf_hooks.type.ts renamed to packages/utils/src/perf_hooks.type.test.ts
0 commit comments