D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
washeet.softurecs.com
/
node_modules
/
@anthropic-ai
/
sdk
/
internal
/
utils
/
Filename :
base64.d.ts
back
Copy
export declare const toBase64: (data: string | Uint8Array | null | undefined) => string; export declare const fromBase64: (str: string) => Uint8Array; //# sourceMappingURL=base64.d.ts.map