type VectorRefEmitter =
(
from: Lazy< | number | number[] | Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array>,
to: TypedArray,
count: number,
toIndex?: number,
stride?: number,
) => void
packages / core / src / types.ts