deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / utils / encode.d.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
export declare const encodeBase64: (str: string) => string;export declare const decodeBase64: (str: string) => string;export declare const encodeBase64URL: (str: string) => string;export declare const decodeBase64URL: (str: string) => string;export declare const utf8ToUint8Array: (str: string) => Uint8Array;export declare const arrayBufferToBase64: (buf: ArrayBuffer) => Promise<string>;export declare const arrayBufferToBase64URL: (buf: ArrayBuffer) => Promise<string>;
deno

Version Info

Tagged at
2 years ago