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

Interface AnyObject

packages/airnode-utilities/src/objects/object.ts:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface AnyObject {
2 readonly [key: string]: any;
3}
4
5export function removeKeys(obj: AnyObject, keys: readonly string[]) {
6 return keys.reduce(removeKey, obj);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected