dieumercimvemba's picture
download
raw
356 Bytes
export type SupportedEncoding = "utf-8" | "utf8" | "utf-16le" | "us-ascii" | "ascii" | "latin1" | "iso-8859-1" | "windows-1252";
/**
* Decode text from binary data
*/
export declare function textDecode(bytes: Uint8Array, encoding?: SupportedEncoding): string;
export declare function textEncode(input?: string, encoding?: SupportedEncoding): Uint8Array;

Xet Storage Details

Size:
356 Bytes
·
Xet hash:
7f49c1aeb8cb20d72ab399ea580d3e717646a43478cb6114afac74a289e705fb

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.