Demo
Docs
GitHub
NPM
Preparing search index...
The search index is not available
@kabeep/forex - v1.0.1
@kabeep/forex
index
<internal>
Pick
Type Alias Pick<T, K>
Pick
<
T
,
K
>
:
{
[
P
in
K
]
:
T
[
P
]
}
From T, pick a set of properties whose keys are in the union K
Type Parameters
T
K
extends
keyof
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Demo
Docs
GitHub
NPM
@kabeep/forex
Loading...
From T, pick a set of properties whose keys are in the union K