1.0.2 • Published 9 months ago

if-thursday v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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.