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)

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i till-days

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    2.79 kB

    Total Files

    6

    Last publish

    Collaborators

    • honzabrecka