1.0.1 • Published 2 years ago

@jswork/calendar-vacation v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.