aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-types/tests/perf_hooks.test-d.ts
blob: 6f6106048b22e9e3e23cc8ec44e92bad6e68a5c4 (plain) (blame)
1
2
3
4
import { performance } from "node:perf_hooks";

performance.now();
performance.timeOrigin;