UNPKG

wed

Version:

Wed is a schema-aware editor for XML documents.

12 lines (8 loc) 236 B
define(function(require,exports,module){ /** PURE_IMPORTS_START PURE_IMPORTS_END */ export function isDate(value) { return value instanceof Date && !isNaN(+value); } //# sourceMappingURL=isDate.js.map return module.exports; });