1.0.0 • Published 6 years ago
is-night v1.0.0
is-night
Is it night time?
const isNight = require('is-night');
const eightOhClock = new Date(2020, 9, 15, 20, 0, 0);
isNight(eightOhClock); // true
const threeFiftyNine = new Date(2020, 9, 15, 3, 59, 0);
isNight(threeFiftyNine); // falseInstall
npm install is-nightLicense
BSD-2-Clause
1.0.0
6 years ago