Files
zyt/TongjiUniApp/node_modules/abab/index.d.ts
T
2026-08-11 17:41:36 +08:00

3 lines
117 B
TypeScript

export function atob(encodedData: string): string | null
export function btoa(stringToEncode: string): string | null