Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
interface
AnyObject {
2
readonly [key: string]: any;
3
}
4
5
export
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