Utils
dataLength
Returns the length of data
, in bytes.
Parameters
Parameter | Type | Description |
---|---|---|
data | BytesLike | The data to get the length of. |
Returns
number
The length of the data.
Source
Was this page helpful?
Returns the length of data
, in bytes.
Parameter | Type | Description |
---|---|---|
data | BytesLike | The data to get the length of. |
number
The length of the data.
Was this page helpful?