Skip to content

@pmun/utils / DateLike

Type Alias: DateLike

ts
type DateLike = Date | string | number;

表示日期的各种类型,可以是日期对象、日期字符串或时间戳