UNPKG

@happyvibess/node-cleaner

Version:

🧹 Interactive CLI tool to find and clean node_modules directories and free up space

7 lines (6 loc) • 161 B
export default function isDate(input) { return ( input instanceof Date || Object.prototype.toString.call(input) === '[object Date]' ); }