Skip to content

Commit 1ac37c6

Browse files
committed
chore: fix type
1 parent f57f9db commit 1ac37c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { ParsedResult } from "@clerc/parser";
22
import { parse } from "@clerc/parser";
33
import type { LiteralUnion } from "@clerc/utils";
44
import { toArray } from "@clerc/utils";
5-
import type { ErrorHandler } from "lite-emit";
65
import { LiteEmit } from "lite-emit";
76

87
import { resolveCommand } from "./commands";
@@ -26,6 +25,7 @@ import type {
2625
CommandsMap,
2726
CommandsRecord,
2827
ContextStore,
28+
ErrorHandler,
2929
Interceptor,
3030
MakeEmitterEvents,
3131
Parameter,

0 commit comments

Comments
 (0)