UNPKG

@171h/dayjs-business-time

Version:

A [Day.js](https://github.com/iamkun/dayjs) plugin that allows you to work with Business Time.

4 lines (3 loc) 175 B
import dayjs, { Dayjs } from 'dayjs'; declare const businessTime: (option: any, DayjsClass: typeof Dayjs, dayjsFactory: typeof dayjs) => void; export default businessTime;