const getByteSize: (
data:
| number
| number[]
| Int8Array
| Uint8Array
| Int16Array
| Uint16Array
| Int32Array
| Uint32Array
| Uint8ClampedArray
| Float32Array
| Float64Array
| ArrayBuffer,
) => number
packages / core / src / buffer.ts