its_holiday
v1.0.7
Published
It's holiday is a library to validate if the established date is a holiday
Downloads
16
Readme
It's Holiday
It's holiday is a library to validate if the established date is a holiday
Installation
Use the package manager npm to install It's holiday.
npm install its_holidayUsage
const itsHoliday = require('its_holiday');
// Return boolean
let isHoliday = itsHoliday({year: 2020, month: 1, day: 1});