Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

if-thursday

vanodevium3.8kMIT1.0.3

Returns true only if today is Thursday.

week, calendar, date, day, days, today, thursday

readme

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