UNPKG

266 BTypeScriptView Raw
1import iterableX from './iterable/__modules';
2import asynciterableX from './asynciterable/__modules';
3export { iterableX as iterable, asynciterableX as asynciterable };
4export declare namespace Symbol {
5 const iterator: symbol;
6 const asyncIterator: symbol;
7}