till-days

1.0.0 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i till-days

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

2.79 kB

Total Files

6

Last publish

Collaborators

  • honzabrecka