github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.9.8
@oazmi/kitchensink
eightpack
DecodeFunc
Type Alias DecodeFunc<T, ARGS>
DecodeFunc
:
(
buffer
:
Uint8Array
,
offset
:
number
,
...
args
:
ARGS
)
=>
Decoded
<
T
>
unpacking function signature for
JSPrimitive
types.
Type Parameters
T
extends
JSPrimitive
ARGS
extends
any
[]
=
[
]
Type declaration
(
buffer
:
Uint8Array
,
offset
:
number
,
...
args
:
ARGS
)
:
Decoded
<
T
>
Parameters
buffer
:
Uint8Array
offset
:
number
...
args
:
ARGS
Returns
Decoded
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
source
examples
distribution
@oazmi/kitchensink - v0.9.8
Loading...
unpacking function signature for JSPrimitive types.