UNPKG

norwegian-workdays

Version:
13 lines (9 loc) 327 B
# Norwegian workdays Determines norwegian workdays [![npm](https://img.shields.io/npm/v/norwegian-workdays)](https://www.npmjs.com/package/norwegian-workdays) ## Usage ``` const workingDays = require('norwegian-workdays') const date = new Date(2021,11,24) // 24th of December workingDays.isWorkingDay(date) // false ```