This repository has been archived on 2026-03-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
StasisWarden-Legacy/node_modules/@anthropic-ai/sdk/internal/utils/base64.d.ts
T

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