@li0ard/strumok - v0.1.2
Preparing search index...
utils
TypedRet
Type Alias TypedRet<T>
TypedRet
:
T
extends
BigInt64Array
?
ReturnType
<
typeof
BigInt64Array.of
>
:
T
extends
BigUint64Array
?
ReturnType
<
typeof
BigUint64Array.of
>
:
T
extends
Float32Array
?
ReturnType
<
typeof
Float32Array.of
>
:
T
extends
Float64Array
?
ReturnType
<
typeof
Float64Array.of
>
:
T
extends
Int16Array
?
ReturnType
<
typeof
Int16Array.of
>
:
T
extends
Int32Array
?
ReturnType
<
typeof
Int32Array.of
>
:
T
extends
Int8Array
?
ReturnType
<
typeof
Int8Array.of
>
:
T
extends
Uint16Array
?
ReturnType
<
typeof
Uint16Array.of
>
:
T
extends
Uint32Array
?
ReturnType
<
typeof
Uint32Array.of
>
:
T
extends
Uint8ClampedArray
?
ReturnType
<
(...)
>
:
(...)
extends
(...)
?
(...)
:
(...)
Maps typed-array output leaves to narrow TS-compatible forms.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@li0ard/strumok - v0.1.2
Loading...
Maps typed-array output leaves to narrow TS-compatible forms.