Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Mar 16, 2024
1 parent dd789ac commit 4628515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/streamsearch/sbmh.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
* by Hongli Lai at: https://github.com/FooBarWidget/boyer-moore-horspool
*/

const EventEmitter = require('node:events').EventEmitter
const inherits = require('node:util').inherits
const { EventEmitter } = require('node:events')
const { inherits } = require('node:util')

function SBMH (needle) {
if (typeof needle === 'string') {
Expand Down

0 comments on commit 4628515

Please sign in to comment.