We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28dfe3e commit c6c11d2Copy full SHA for c6c11d2
src/utils/base64.d.ts
@@ -0,0 +1,5 @@
1
+export declare type Base64String = string;
2
+
3
+export declare function base64(input: string): Base64String;
4
5
+export declare function unbase64(input: Base64String): string;
0 commit comments