convex
Version:
Client for the Convex Cloud
8 lines • 348 B
TypeScript
/** @public */
export declare function byteLength(b64: string): number;
/** @public */
export declare function toByteArray(b64: string): Uint8Array;
/** @public */
export declare function fromByteArray(uint8: Uint8Array): string;
export declare function fromByteArrayUrlSafeNoPadding(uint8: Uint8Array): string;
//# sourceMappingURL=base64.d.ts.map