@qualithm/mqtt-wire - v0.1.5
GitHub
Preparing search index...
testing
arbWithChunkSplits
Function arbWithChunkSplits
arbWithChunkSplits
<
T
>
(
arbValue
:
Arbitrary
<
T
>
,
toBuffer
:
(
value
:
T
)
=>
Uint8Array
,
)
:
Arbitrary
<
ChunkSplitResult
<
T
>
>
Arbitrary that produces a buffer and its arbitrary chunk splits.
Type Parameters
T
Parameters
arbValue
:
Arbitrary
<
T
>
toBuffer
:
(
value
:
T
)
=>
Uint8Array
Returns
Arbitrary
<
ChunkSplitResult
<
T
>
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
GitHub
@qualithm/mqtt-wire - v0.1.5
Loading...
Arbitrary that produces a buffer and its arbitrary chunk splits.