Skip to content

Commit c6c11d2

Browse files
committed
TS: add typings for 'src/utils/base64.js'
1 parent 28dfe3e commit c6c11d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/utils/base64.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)