fix: ts issues
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
|
// biome-ignore lint/performance/noBarrelFile: lazy
|
||||||
export { DateTime } from 'luxon';
|
export { DateTime } from 'luxon';
|
||||||
|
|
||||||
export type { DateTime };
|
|
||||||
|
|
||||||
export function getTime(date: string | number | Date) {
|
export function getTime(date: string | number | Date) {
|
||||||
return new Date(date).getTime();
|
return new Date(date).getTime();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user