UNPKG

wed

Version:

Wed is a schema-aware editor for XML documents.

12 lines (8 loc) 285 B
define(function(require,exports,module){ /** PURE_IMPORTS_START PURE_IMPORTS_END */ export function isPromise(value) { return value && typeof value.subscribe !== 'function' && typeof value.then === 'function'; } //# sourceMappingURL=isPromise.js.map return module.exports; });