UNPKG

is-it-monday-yet

Version:

A very helpful and very flexible package to help you find out if it's Monday yet, the package is fully tested plz contribute

4 lines (3 loc) 75 B
module.exports = function() { return new Date().getDay() == 1; }();