pickJSON()
function pickJSON<O, K>(input, constraints): PickJSON<O, K>
Type Parameters
Type Parameter | Default type |
---|---|
O extends object | - |
K extends string | number | symbol | StringKeyOf <O > |
Parameters
Parameter | Type |
---|---|
input | O |
constraints | Iterable <K , any , any > |
Returns
PickJSON
<O
, K
>