UNPKG

is-x-time

Version:

Returns boolean for various time-of-day queries such as isNight and isBusinessHours

3 lines (2 loc) 101 B
import { Hours } from "./types/hours"; export declare function eveningShift(hour: Hours): boolean;