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