/** * If the passed `arr` is of type `Uint8Array`, it is returned * unchanged, otherwise a new `Uint8Array` is created with the * data being a copy of the data in the passed `arr`. */ export declare function withArrayBuffer(arr: Uint8Array): Uint8Array; //# sourceMappingURL=with-array-buffer.d.ts.map