Skip to content

Commit 6b9e7a0

Browse files
authoredApr 11, 2024··
fix: add parseStrictOptions export (#734)
1 parent 1346679 commit 6b9e7a0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎src/node/index.ts

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ export * from './core'
44
export * from './init'
55
export * from './logger'
66
export * from './resolveBuildTasks'
7-
export {type InferredStrictOptions, strictOptions, toggle, type ToggleType} from './strict'
7+
export {
8+
type InferredStrictOptions,
9+
parseStrictOptions,
10+
strictOptions,
11+
toggle,
12+
type ToggleType,
13+
} from './strict'
814
export * from './tasks'
915
export * from './watch'

0 commit comments

Comments
 (0)
Please sign in to comment.