UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

7 lines (6 loc) 170 B
export declare function isInTimeRange({ daysOfWeek, start, end, now, }: { daysOfWeek: Array<number>; start: string; end: string; now?: Date; }): boolean;