function dataLength(data): number

Returns the length of data, in bytes.

Parameters

ParameterTypeDescription
dataBytesLikeThe data to get the length of.

Returns

number

The length of the data.

Source

utils/data.ts:171