We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7571a2f commit 33f2f3cCopy full SHA for 33f2f3c
src/combinators.ts
@@ -1,4 +1,5 @@
1
-import either, { type Either } from '@matt.kantor/either'
+import type { Either } from '@matt.kantor/either'
2
+import * as either from '@matt.kantor/either'
3
import { nothing } from './constructors.js'
4
import type {
5
InvalidInputError,
src/constructors.ts
@@ -1,4 +1,4 @@
-import either from '@matt.kantor/either'
import type { Parser, ParserWhichAlwaysSucceeds } from './parser.js'
export const anySingleCharacter: Parser<string> = input => {
0 commit comments