UNPKG

@kermank/slots

Version:

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

6 lines (5 loc) 150 B
import { Slot } from '../types'; /** * Type guard to check if a value is a valid Slot */ export declare function isSlot(value: any): value is Slot;