is-tomorrow-date
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

clear-object

is-tomorrow check the input value is tomorrow date

Install

$ npm install is-tomorrow

Usage

const isTomorrow = require('is-tomorrow')

isTomorrow()
// => false

isTomorrow(new Date())

// => false

isTomorrow(new Date().getTime() + (24 * 60 * 60 * 1000))

// => true

/is-tomorrow-date/

    Package Sidebar

    Install

    npm i is-tomorrow-date

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    1.43 kB

    Total Files

    5

    Last publish

    Collaborators

    • _kkang