UNPKG

is-today-the-day-that-the-birth-of-jesus-is-celebrated

Version:

A module that does one thing, tells you if today is the day that people all over the world celebrate the birth of jesus

3 lines 87 B
module.exports = function() { return new Date().toString().indexOf("Dec 25") !== -1; }