UNPKG

@unclepaul/allcountjs

Version:

The open source framework for rapid business application development with Node.js

4 lines (3 loc) 140 B
export default function isDate(input) { return input instanceof Date || Object.prototype.toString.call(input) === '[object Date]'; }