/** * Helper utility that updates the specified callback whenever any of the specified indices have changed. * * @param {boolean} requireAllKeys - Require all keys */ export default function createCallbackMemoizer(requireAllKeys?: boolean): ({ callback, indices }: { callback: any; indices: any; }) => void; //# sourceMappingURL=createCallbackMemoizer.d.ts.map