Skip to content

afeiship/calendar-vacation

Repository files navigation

calendar-vacation

Get calendar vacation.

version license size download

installation

npm install @jswork/calendar-vacation

usage

import calendarVacation from '@jswork/calendar-vacation';

const { exchange, vacation } = calendarVacation();
// ['2022-04-02', '2022-04-24', '2022-10-08', '2022-10-09']
// ['2022-04-03', '2022-04-04', '2022-04-05', '2022-05-02', '2022-05-03',....]

license

Code released under the MIT license.