UNPKG

convex

Version:

Client for the Convex Cloud

7 lines 266 B
/** @public */ export declare function byteLength(b64: string): number; /** @public */ export declare function toByteArray(b64: string): Uint8Array; /** @public */ export declare function fromByteArray(uint8: Uint8Array): string; //# sourceMappingURL=base64.d.ts.map