UNPKG

slovak-holidays

Version:
10 lines (8 loc) 241 B
const isHoliday = require('./src/isHoliday'); const getAllHolidays = require('./src/getAllHolidays'); const getAllHolidayName = require('./src/getHolidayName'); module.exports = { isHoliday, getAllHolidays, getAllHolidayName, }