/** * Find the item in the Map, or compute and store it. */ export declare const computeIfAbsent: (key: K, map: Map, compute: (k: K) => T) => T; //# sourceMappingURL=compute-if-absent.d.ts.map