Skip to content

Commit 435dbf5

Browse files
committed
Allow specifying an encoding output in fromBase64
Also updates deps
1 parent 173304d commit 435dbf5

5 files changed

Lines changed: 262 additions & 213 deletions

File tree

eslint.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@ export default ts.config(
1414
},
1515
},
1616
{ ignores: ['dist/', '**/*.js'] },
17+
{
18+
globals: {
19+
BufferEncoding: 'readonly',
20+
},
21+
},
1722
prettierRecommended,
1823
);

0 commit comments

Comments
 (0)