UNPKG

@xtsai/xai-utils

Version:

The xai-utils is an openai nodejs sdk compatible extension library.

3 lines (2 loc) 124 B
export declare function encodeBase64(input: string): string; export declare function decodeBase64(encoded: string): string;