/** * To guarantee Uint8Array semantics, convert nodejs Buffers * into vanilla Uint8Arrays * * @param {Uint8Array} buf * @returns {Uint8Array} */ export function asUint8Array(buf: Uint8Array): Uint8Array; //# sourceMappingURL=as-uint8array.d.ts.map