@oazmi/kitchensink - v0.9.13
github
readme
src
dist
examples
Preparing search index...
typedbuffer
typed_array_constructor_of
Function typed_array_constructor_of
typed_array_constructor_of
<
DType
extends
NumericDType
=
NumericDType
>
(
type
:
`
${
DType
}
${
string
}
`
,
)
:
TypedArrayConstructor
<
DType
>
get a typed array constructor by specifying the type as a string.
Type Parameters
DType
extends
NumericDType
=
NumericDType
Parameters
type
:
`
${
DType
}
${
string
}
`
Returns
TypedArrayConstructor
<
DType
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
src
dist
examples
@oazmi/kitchensink - v0.9.13
Loading...
get a typed array constructor by specifying the type as a string.