if-thursday

1.0.2 • Public • Published

if-thursday

Build status NPM version NPM npm

Returns true if today is Thursday.

Install

Install with npm:

$ npm install --save if-thursday

Usage

const ifThursday = require('if-thursday');

// if today is Thursday
console.log(ifThursday()); // true

// if today isn't Thursday
console.log(ifThursday()); // false

License

The if-thursday package is open-sourced software licensed under the MIT license.

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i if-thursday

    Weekly Downloads

    836

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    2.86 kB

    Total Files

    4

    Last publish

    Collaborators

    • devium