UNPKG

wed

Version:

Wed is a schema-aware editor for XML documents.

10 lines (7 loc) 240 B
define(function(require,exports,module){ export function isPromise(value) { return value && typeof value.subscribe !== 'function' && typeof value.then === 'function'; } //# sourceMappingURL=isPromise.js.map return module.exports; });