UNPKG

@kamiazya/freebusy

Version:

Determine free blocks from a list of events.

8 lines 435 B
import { Block } from './Block'; import { BlockISO8601 } from './BlockISO8601'; import { BlockLikeObject } from './BlockLikeObject'; export declare type BlockLike = Block | BlockLikeObject | BlockISO8601; export declare function createBlock(block: BlockLike): Block; export declare function createBlocks(blocks: BlockLike[]): Block[]; export declare function mapToBlock(block: BlockLike): Block; //# sourceMappingURL=BlockLike.d.ts.map