UNPKG

rubico

Version:

[a]synchronous functional programming

13 lines (11 loc) 244 B
/** * @name symbolAsyncIterator * * @synopsis * symbolAsyncIterator = Symbol.asyncIterator * * @description * Dereferenced `Symbol.asyncIterator` */ const symbolAsyncIterator = Symbol.asyncIterator module.exports = symbolAsyncIterator