Current section

Files

Jump to
common_graphql_client priv npm node_modules graphql-tools esUtils updateEachKey.d.ts
Raw

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;