if-thursday

Returns true only if today is Thursday.

Usage no npm install needed!

<script type="module">
  import ifThursday from 'https://cdn.skypack.dev/if-thursday';
</script>

README

if-thursday NPM version

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.