UNPKG

visiting-hours

Version:

An advanced, feature rich, optimised and tiny visiting-hours library.

8 lines (7 loc) 200 B
import { HoursInterface } from './HoursInterface'; export interface IndexedHoursInterface { hours: [number, number][]; open: boolean; raw?: HoursInterface[]; pastMidnight?: boolean; }