版博士V2.0程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

index.d.ts 117 B

12
  1. export function atob(encodedData: string): string | null
  2. export function btoa(stringToEncode: string): string | null