Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-lib/dist/lib/util/IterableLike.d.ts
export interface IterableLike<T> {
[Symbol.iterator]: () => Iterator<T> | IterableIterator<T>;
}
//# sourceMappingURL=IterableLike.d.ts.map