@haraldki/jsonaccess
Preparing search index...
JsonAccess
jsonTypedArrayGetter
Function jsonTypedArrayGetter
jsonTypedArrayGetter
<
A
>
(
field
:
string
|
number
,
map
:
Extractor
<
A
>
,
)
:
Extractor
<
A
[]
>
Returns a function which works like
jsonGetTypedArray
for the fixed given
field
and
map
.
Type Parameters
A
Parameters
field
:
string
|
number
map
:
Extractor
<
A
>
Returns
Extractor
<
A
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@haraldki/jsonaccess
Loading...
Returns a function which works like jsonGetTypedArray for the fixed given
fieldandmap.