UNPKG

slovak-holidays

Version:
4 lines (2 loc) 96 B
const isSameMonth = (holiday, month) => holiday.month === month; module.exports = isSameMonth;