Skip to content

Commit

Permalink
Import Buffer explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 9, 2024
1 parent d0bc1b6 commit a0b9116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default [
'no-underscore-dangle': 0,
curly: 'error',
'unicorn/no-useless-undefined': 0,
'unicorn/prefer-node-protocol': 0,
'unicorn/filename-case': 0,
'unicorn/numeric-separators-style': 0,
'unicorn/number-literal-case': 0,
Expand Down
1 change: 1 addition & 0 deletions src/twoBitFile.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { LocalFile, GenericFilehandle } from 'generic-filehandle'
import { Buffer } from 'buffer'

const TWOBIT_MAGIC = 0x1a412743

Expand Down

0 comments on commit a0b9116

Please sign in to comment.