Skip to content

Commit 2fd297d

Browse files
fix: export validate from the Parse module (#1331)
Co-authored-by: John-Mason P. Shackelford <jpshack@gmail.com>
1 parent 95afb53 commit 2fd297d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parser/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import {validate} from './validate'
66
export type {ArgInput, FlagInput, Input, OutputArgs, OutputFlags, ParserOutput} from '../interfaces/parser'
77

88
export {flagUsages} from './help'
9+
export {validate} from './validate'
910

1011
export async function parse<
1112
TFlags extends OutputFlags<any>,

0 commit comments

Comments
 (0)