Skip to content

Commit

Permalink
Merge branch 'spazious-75/Missing-kMaxLength-and-SlowBuffer-exposure'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyersdev committed Feb 9, 2024
2 parents 82954d6 + 90d9f65 commit b981b7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shims/buffer/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// eslint-disable-next-line unicorn/prefer-node-protocol
import { Buffer } from 'buffer'
// eslint-disable-next-line unicorn/prefer-node-protocol, n/no-deprecated-api
import { Buffer, SlowBuffer, kMaxLength } from 'buffer'

export { Buffer }
export { Buffer, SlowBuffer, kMaxLength }
export default Buffer

0 comments on commit b981b7a

Please sign in to comment.