import type { IObjectOf, Pair } from "@thi.ng/api"; import type { Reducer } from "./api.js"; /** * Reducer accepting key-value pairs / tuples and updating / adding them * to an object. Also see {@link assocMap}. */ export declare function assocObj(): Reducer, IObjectOf>; export declare function assocObj(src: Iterable>): IObjectOf; //# sourceMappingURL=assoc-obj.d.ts.map