UNPKG

chain-able

Version:

interfaces that describe their intentions.

12 lines (10 loc) 332 B
// putting it here allows buble to ignore it // const hasSymbol = typeof Symbol !== 'undefined' // hasSymbol ? Symbol.iterator : 'Symbol(iterator)' module.exports = { Iterator: Symbol.iterator, Primitive: Symbol.toPrimitive, Instance: Symbol.hasInstance, Spreadable: Symbol.isConcatSpreadable, Species: Symbol.species, }