Skip to content

Commit 553e4cf

Browse files
committed
fix: ts issues
1 parent f2c414b commit 553e4cf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/common/src/date.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1+
// biome-ignore lint/performance/noBarrelFile: lazy
12
export { DateTime } from 'luxon';
23

3-
export type { DateTime };
4-
54
export function getTime(date: string | number | Date) {
65
return new Date(date).getTime();
76
}

0 commit comments

Comments
 (0)