UNPKG

scheduling-sdk

Version:

Brought to you by Recal - A TypeScript SDK for scheduling functionality

4 lines 257 B
import type { BusyTime } from '../../types/scheduling.types.ts'; export declare function mergeBusyTimes(busyTimes: BusyTime[]): BusyTime[]; export declare function isOverlapping(time1: BusyTime, time2: BusyTime): boolean; //# sourceMappingURL=merge.d.ts.map