UNPKG

@kamiazya/freebusy

Version:

Determine free blocks from a list of events.

5 lines 249 B
import { DateTime } from 'luxon'; import moment from 'moment'; export declare type DateTimeInput = DateTime | moment.MomentInput; export declare function convertDataTime(datetime: DateTimeInput): DateTime; //# sourceMappingURL=DateTimeInput.d.ts.map