Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jajbshjahavahh
GitHub Repository: jajbshjahavahh/Gojo-Satoru
Path: blob/master/node_modules/base64-js/index.d.ts
2591 views
1
export function byteLength(b64: string): number;
2
export function toByteArray(b64: string): Uint8Array;
3
export function fromByteArray(uint8: Uint8Array): string;
4
5