astro-ghostcms/.pnpm-store/v3/files/f9/2369b8db92feccda533c2c79ff4...

4 lines
161 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
export function byteLength(b64: string): number;
export function toByteArray(b64: string): Uint8Array;
export function fromByteArray(uint8: Uint8Array): string;