Skip to content

Commit

Permalink
TS: add typings for 'src/utils/base64.js'
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Dec 10, 2021
1 parent 440a32b commit 7ddb14b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/utils/base64.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export declare type Base64String = string;

export declare function base64(input: string): Base64String;

export declare function unbase64(input: Base64String): string;

0 comments on commit 7ddb14b

Please sign in to comment.