ported to luxon library

This commit is contained in:
2025-05-12 11:31:54 +02:00
parent 8471cf86f3
commit ca76a75562
12 changed files with 211 additions and 57 deletions

View File

@@ -1,8 +1,9 @@
import type { DateTime } from "luxon"
import type { Moment } from "moment"
export type Seperator = {
text: string,
time: Moment
time: DateTime
}
export type Timespan = {