bytes.d.ts 248 B

1234
  1. export declare function concatBytes(buffers: Uint8Array[]): Uint8Array;
  2. export declare function encodeUTF8(str: string): Uint8Array<ArrayBufferLike>;
  3. export declare function decodeUTF8(bytes: Uint8Array): string;
  4. //# sourceMappingURL=bytes.d.ts.map