mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
7 lines
185 B
TypeScript
7 lines
185 B
TypeScript
export declare function getSymbolIterator(): symbol;
|
|
export declare const iterator: symbol;
|
|
/**
|
|
* @deprecated use {@link iterator} instead
|
|
*/
|
|
export declare const $$iterator: symbol;
|