UNPKG

visiting-hours

Version:

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

5 lines (4 loc) 151 B
import { IndexedHoursInterface } from './IndexedHoursInterface'; export interface SpecialIndexInterface { [date: string]: IndexedHoursInterface; }