remove unnecessary node:util import

This commit is contained in:
Rowan 2024-11-18 19:11:38 -06:00
parent 84e5bb4c02
commit 07ef20a036

View file

@ -1,4 +1,3 @@
import { inspect } from 'node:util'
import { Result } from './result.js'
import { Iterator, Stream } from './stream.js'
import { curry, join, of } from './fn.js'