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 440a32b commit 06633c3Copy full SHA for 06633c3
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