Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 311 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 311 Bytes

is-monday

Version

Checks if it is monday (the worst day)

Install

npm i -s is-monday

Usage

const monday = require('is-monday');

monday(); // returns boolean.