We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaac230 commit 7d02d56Copy full SHA for 7d02d56
packages/utils/src/lib/clock-epoch.ts
@@ -3,7 +3,6 @@ import { threadId } from 'node:worker_threads';
3
4
export type Microseconds = number;
5
export type Milliseconds = number;
6
-export type EpochMilliseconds = number;
7
8
const msToUs = (ms: number): Microseconds => Math.round(ms * 1000);
9
const usToUs = (us: number): Microseconds => Math.round(us);
0 commit comments