Skip to content

Commit a1193f1

Browse files
authored
Allow specifying an encoding output in fromBase64 (#130)
Also updates deps
1 parent 173304d commit a1193f1

5 files changed

Lines changed: 260 additions & 213 deletions

File tree

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ export default ts.config(
1111
files: ['**/*.ts', '**/*.tsx'],
1212
languageOptions: {
1313
parser: tsParser,
14+
globals: {
15+
BufferEncoding: 'readonly',
16+
},
1417
},
1518
},
1619
{ ignores: ['dist/', '**/*.js'] },

0 commit comments

Comments
 (0)