UNPKG

visiting-hours

Version:

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

5 lines (4 loc) 143 B
import { IndexedHoursInterface } from './IndexedHoursInterface'; export interface IndexInterface { [day: number]: IndexedHoursInterface; }