is-date
date type checker
npm install @amphibian/is-date
var isDate = require('@amphibian/is-date');
isDate(new Date()); // > true
isDate(true); // > false
date type checker
npm install @amphibian/is-date
var isDate = require('@amphibian/is-date');
isDate(new Date()); // > true
isDate(true); // > false
If you find any bugs or have a feature request, please open an issue on github!
The npm package download data comes from npm's download counts api and package details come from npms.io.