if-thursday
v1.0.3
Published
Returns true only if today is Thursday.
Downloads
7,467
Maintainers
Readme
Stand With Ukraine 🇺🇦
if-thursday
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.
Made with ❤️ in Ukraine