UNPKG

@voiceflow/common

Version:

Junk drawer of utility functions

8 lines 256 B
declare class Base64 { static encode(data: string): string; static encodeJSON(data: unknown): string; static decode(data: string): string; static decodeJSON<T>(data?: string): T; } export default Base64; //# sourceMappingURL=base64.d.ts.map