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 2b42a0b commit 611e130Copy full SHA for 611e130
src/index.ts
@@ -344,9 +344,9 @@ const RNFS = {
344
contents: string,
345
encodingOrOptions?: any
346
): Promise<void> {
347
- var b64;
+ let b64;
348
349
- var options = {
+ let options = {
350
encoding: 'utf8',
351
};
352
@@ -377,9 +377,9 @@ const RNFS = {
377
position?: number,
378
379
380
381
382
383
384
385
0 commit comments