UNPKG

@enonic/js-utils

Version:
8 lines (7 loc) 139 B
// value/isDate.ts function isDate(value) { return Object.prototype.toString.call(value).slice(8, -1) === "Date"; } export { isDate };