MCPcopy Create free account
hub / github.com/api3dao/airnode / removeKeys

Function removeKeys

packages/airnode-utilities/src/objects/object.ts:5–7  ·  view source on GitHub ↗
(obj: AnyObject, keys: readonly string[])

Source from the content-addressed store, hash-verified

3}
4
5export function removeKeys(obj: AnyObject, keys: readonly string[]) {
6 return keys.reduce(removeKey, obj);
7}
8
9// lodash has an 'omit' function but it's quite slow
10export function removeKey(obj: AnyObject, key: string) {

Callers 3

scrubFunction · 0.90
buildOptionsFunction · 0.90
event-logs.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected