Skip to content

Commit 7d02d56

Browse files
author
John Doe
committed
refactor: adjust types
1 parent aaac230 commit 7d02d56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/utils/src/lib/clock-epoch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { threadId } from 'node:worker_threads';
33

44
export type Microseconds = number;
55
export type Milliseconds = number;
6-
export type EpochMilliseconds = number;
76

87
const msToUs = (ms: number): Microseconds => Math.round(ms * 1000);
98
const usToUs = (us: number): Microseconds => Math.round(us);

0 commit comments

Comments
 (0)