ship-gis/node_modules/abab/index.d.ts
2026-01-22 09:14:01 +09:00

3 lines
117 B
TypeScript

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