1.0.0 • Published 6 years ago
till-days v1.0.0
till-days
How many days is between those days in a week?
Installation
yarn add till-days
Usage
const till = require('till-days')
till(till.monday, till.wednesday) // -> 2
till(new Date().getDay(), till.friday)
till(moment().day(), till.friday)
1.0.0
6 years ago