1.0.3 • Published 11 months ago

if-thursday v1.0.3

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

Stand With Ukraine 🇺🇦

Stand With Ukraine


if-thursday

Build status NPM version NPM NPM

Returns true if today is Thursday.

Install

Install with npm:

$ npm i 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

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

Vano Devium


Made with ❤️ in Ukraine