Current section
Files
Jump to
Current section
Files
priv/npm/node_modules/graphql-tools/esUtils/updateEachKey.d.ts
import { IndexedObject } from '../Interfaces';
export default function updateEachKey<V>(arrayOrObject: IndexedObject<V>, updater: (value: V, key: string) => void | null | V): void;