UNPKG

@rdkmaster/jigsaw-labs

Version:

Jigsaw, the next generation component set for RDK

15 lines (10 loc) 249 B
export class Moment { _isAMomentObject: boolean; [prop: string]: any; } export type Time = Date | string | Moment; export class TimeWeekDay { week: number; year: number; } export type WeekTime = Time | TimeWeekDay;