github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.9.5
@oazmi/kitchensink
eightpack_varint
decode_varint
Function decode_varint
decode an byte buffer as a variable sized integer of the given
type
(signed or unsigned).
decode_varint
(
buffer
:
Uint8Array
,
offset
:
number
,
...
args
:
[
type
:
VarNumericType
]
,
)
:
Decoded
<
number
,
number
>
Parameters
buffer
:
Uint8Array
offset
:
number
...
args
:
[
type
:
VarNumericType
]
Returns
Decoded
<
number
,
number
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
source
examples
distribution
@oazmi/kitchensink - v0.9.5
Loading...
decode an byte buffer as a variable sized integer of the given
type
(signed or unsigned).