pick
Defined in: aa-sdk/core/src/utils/index.ts:125
Picks the specified keys from an object and returns a new object containing only those key-value pairs.
Example
Parameters
Returns
object
A new object containing only the picked key-value pairs
Defined in: aa-sdk/core/src/utils/index.ts:125
Picks the specified keys from an object and returns a new object containing only those key-value pairs.
object
A new object containing only the picked key-value pairs