bpms_site/.svn/pristine/e3/e3397faab3bbb4618bf6ca5d8d0e4750be454dfe.svn-base
2025-11-02 16:38:49 +03:30

3 lines
164 B
Plaintext

export declare function encodeText(input: string): Uint8Array;
export declare function decodeText(input: Uint8Array | undefined, textDecoder: TextDecoder): string;