UNPKG

foop

Version:

interfaces that describe their intentions.

16 lines (14 loc) 372 B
// putting it here allows buble to ignore it // const hasSymbol = typeof Symbol !== 'undefined' // hasSymbol ? Symbol.iterator : 'Symbol(iterator)' /** * @member symbol * @icon 🔣 */ module.exports = { Iterator: Symbol.iterator, Primitive: Symbol.toPrimitive, Instance: Symbol.hasInstance, Spreadable: Symbol.isConcatSpreadable, Species: Symbol.species, }