Files
vibn-api/node_modules/@anthropic-ai/vertex-sdk/internal/utils/base64.d.ts
2026-05-17 12:43:53 -07:00

3 lines
187 B
TypeScript

export declare const toBase64: (data: string | Uint8Array | null | undefined) => string;
export declare const fromBase64: (str: string) => Uint8Array;
//# sourceMappingURL=base64.d.ts.map