UNPKG

moment-working-days

Version:

This is a Moment.js plugin that allows you to calculate working days considering sequence of date(s) - similar to start-stop timer sequence. You can customize the week off days, and also declare custom dates for holidays (eg: public holidays) to exclude t

19 lines (18 loc) 289 B
{ "parserOptions": { "ecmaVersion": 2017, "ecmaFeatures": { "experimentalObjectRestSpread": true } }, "extends": [ "airbnb/base" ], "env": { "mocha": true }, "globals": { "describe": true, "it": true } }