UNPKG

visiting-hours

Version:

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

7 lines (6 loc) 160 B
import { HoursInterface } from './HoursInterface'; export interface HoursDayInterface { date?: string; hours?: HoursInterface[]; isOpen: boolean; }