UNPKG

wed

Version:

Wed is a schema-aware editor for XML documents.

12 lines (9 loc) 327 B
define(function(require,exports,module){ import { iterator as Symbol_iterator } from '../symbol/iterator'; /** Identifies an input as being an Iterable */ export function isIterable(input) { return input && typeof input[Symbol_iterator] === 'function'; } //# sourceMappingURL=isIterable.js.map return module.exports; });