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 b2faf4f commit 1508588Copy full SHA for 1508588
test/__snapshots__/index.spec.js.snap
@@ -237,6 +237,7 @@ function base64(str: string): string {
237
try {
238
return btoa(str);
239
} catch (err) {
240
+ // @ts-ignore
241
return Buffer.from(str).toString('base64');
242
}
243
@@ -2899,6 +2900,7 @@ function base64(str: string): string {
2899
2900
2901
2902
2903
2904
2905
2906
0 commit comments