UNPKG

@kamiazya/freebusy

Version:

Determine free blocks from a list of events.

6 lines 196 B
import { BlockArray, Scope, BlockLike } from '../models'; export declare function getFree(params: { scope: Scope; events: BlockLike[]; }): BlockArray; //# sourceMappingURL=getFree.d.ts.map