UNPKG

@kermank/slots

Version:

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

6 lines (5 loc) 176 B
import { SlotRule } from '../types'; /** * Creates a rule that limits the number of slots per day */ export declare const maxSlotsPerDayRule: (maxSlots: number) => SlotRule;