UNPKG

moment-business-days-sk

Version:

MomentJS plugin to use business days with slovak holidays

9 lines (8 loc) 226 B
import moment from 'moment-business-days'; declare module 'moment' { interface Moment { easter(year: number): moment.Moment | undefined; addHoliday(dateDDMM: string): void; } } export = moment;