Files

3 lines
129 B
TypeScript

export declare function fromUTF8Array(data: BufferSource): string;
export declare function toUTF8Array(str: string): Uint8Array;