UNPKG

@kermank/slots

Version:

A TypeScript library for handling time slots, scheduling, and timezone operations

7 lines (6 loc) 215 B
export * from './types'; export * from './utils/validation'; export * from './utils/slot-helpers'; export * from './utils/slot-set-operations'; export * from './operations/slot-operations'; export * from './rules';