UNPKG

is-weekend

Version:
5 lines (4 loc) 88 B
'use strict'; module.exports = function() { return (new Date()).getDay() % 6 == 0; };