isUint8Array
isUint8Array(
value):value is Uint8Array<ArrayBufferLike>
Defined in: packages/synapse-core/src/utils/streams.ts:121
Check if value is Uint8Array
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
value | unknown | The value to check |
Returns
Section titled “Returns”value is Uint8Array<ArrayBufferLike>
True if it’s a Uint8Array