Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qu.ai/llms.txt

Use this file to discover all available pages before exploring further.

function isBytesLike(value): value is BytesLike
Returns true if value is a valid representation of arbitrary data (i.e. a valid DataHexString | DataHexString or a Uint8Array).

Parameters

ParameterTypeDescription
valueanyThe value to check.

Returns

value is BytesLike True if the value is a valid DataHexString | DataHexString.

Source

utils/data.ts:121