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 stripZerosLeft(data): string
Return the DataHexString | DataHexString result by stripping all leading zero bytes from data.

Parameters

ParameterTypeDescription
dataBytesLikeThe data to strip.

Returns

string The stripped data.

Source

utils/data.ts:201