UNPKG

slovak-holidays

Version:
4 lines (2 loc) 86 B
const isSameDay = (holiday, day) => holiday.day === day; module.exports = isSameDay;