Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/@cspell/cspell-pipe/dist/operators/unique.d.ts
export declare function opUniqueAsync<T, U>(k?: (v: T) => U): (iter: AsyncIterable<T>) => AsyncIterable<T>;
export declare function opUniqueSync<T, U>(k?: (v: T) => U): (iter: Iterable<T>) => Iterable<T>;
export declare const opUnique: <T, U = T>(getKey?: (v: T) => U) => import("../internalTypes.js").PipeFn<T, T>;
//# sourceMappingURL=unique.d.ts.map