Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jajbshjahavahh
GitHub Repository: jajbshjahavahh/Gojo-Satoru
Path: blob/master/node_modules/abab/index.d.ts
2591 views
1
export function atob(encodedData: string): string | null
2
export function btoa(stringToEncode: string): string | null
3
4