UNPKG

rubico

Version:

[a]synchronous functional programming

12 lines (11 loc) 227 B
export = symbolAsyncIterator; /** * @name symbolAsyncIterator * * @synopsis * symbolAsyncIterator = Symbol.asyncIterator * * @description * Dereferenced `Symbol.asyncIterator` */ declare const symbolAsyncIterator: any;