feat: initial commit
This commit is contained in:
7
node_modules/rxjs/internal/util/isDate.js
generated
vendored
Normal file
7
node_modules/rxjs/internal/util/isDate.js
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
function isDate(value) {
|
||||
return value instanceof Date && !isNaN(+value);
|
||||
}
|
||||
exports.isDate = isDate;
|
||||
//# sourceMappingURL=isDate.js.map
|
Reference in New Issue
Block a user