@haraldki/jsonaccess - v3.1.1
Preparing search index...
JsonAccess
jsonTypedArrayGetter
Function jsonTypedArrayGetter
jsonTypedArrayGetter
<
A
>
(
field
:
string
|
number
,
map
:
(
d
:
unknown
)
=>
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
:
(
d
:
unknown
)
=>
A
Returns
Extractor
<
A
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@haraldki/jsonaccess - v3.1.1
Loading...
Returns a function which works like jsonGetTypedArray for the fixed given
fieldandmap.