UNPKG

@thi.ng/transducers

Version:

Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations

10 lines 272 B
import type { SortOpts } from "../api.js"; /** * Helper function to inject default {@link SortOpts}. * * @param opts - * * @internal */ export declare const __sortOpts: <A, B>(opts?: Partial<SortOpts<A, B>>) => SortOpts<A, B>; //# sourceMappingURL=sort-opts.d.ts.map