Skip to content

Commit

Permalink
fix: util import (#3621)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy committed Jun 20, 2023
1 parent 45ca138 commit 2fb4cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/display.ts
@@ -1,5 +1,5 @@
// eslint-disable-next-line unicorn/prefer-node-protocol
import util from 'util'
import * as util from 'util'

// @ts-expect-error doesn't have types
import loupeImport from 'loupe'
Expand Down

0 comments on commit 2fb4cef

Please sign in to comment.