nn-date
v0.0.4
Published
Package for date checking and manipulation
Readme
First package written and published to npm
One simple function to check if today's date is greater than the date passed in.
const todayAftertDate = require('nn-date');
console.log(todayAftertDate('2020-08-01'));
