diff --git a/src/parser.js b/src/parser.js index 30b8e17..e5b355d 100644 --- a/src/parser.js +++ b/src/parser.js @@ -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'