UNPKG

@benev/slate

Version:
10 lines (9 loc) 289 B
export declare const Txt: { string(bytes: Uint8Array): string; bytes(string: string): Uint8Array<ArrayBufferLike>; }; /** @deprecated renamed to `Txt` */ export declare const Text: { string(bytes: Uint8Array): string; bytes(string: string): Uint8Array<ArrayBufferLike>; };