minor adjustment to readme
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / symbol / iterator.d.ts
1 export declare function getSymbolIterator(): symbol;
2 export declare const iterator: symbol;
3 /**
4  * @deprecated use {@link iterator} instead
5  */
6 export declare const $$iterator: symbol;