Skip to content

Commit

Permalink
feat(flags): export InvalidTypeError
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Mar 19, 2024
1 parent a568c39 commit 8713102
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion flags/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ export {
type ITypeInfo,
OptionType,
} from "./deprecated.ts";
export { ValidationError } from "./_errors.ts";
export {
InvalidTypeError,
UnexpectedArgumentAfterVariadicArgumentError,
UnexpectedRequiredArgumentError,
UnknownTypeError,
ValidationError,
} from "./_errors.ts";

0 comments on commit 8713102

Please sign in to comment.