Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/gensequence/dist/util/util.d.ts
export declare function toIterator<T>(values: Iterable<T> | IterableIterator<T>): {
next: () => IteratorResult<T, any>;
};
export declare function toIterableIterator<T>(i: Iterable<T>): Generator<T, void, undefined>;