NumericArray:
    | number[]
    | Uint8Array
    | Int8Array
    | Uint16Array
    | Int16Array
    | Uint32Array
    | Int32Array
    | Float32Array
    | Float64Array

Package wipe implements functions for zeroing arrays.