Skip to content

Commit a6219b8

Browse files
committedOct 21, 2024··
chore(validator): import primitive type
1 parent fac85cc commit a6219b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/validator/src/typings/literal.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { t as tn } from '@typp/core/base'
2+
import type {} from '@typp/core/consumers/primitive'
23
import { FALSY } from '@typp/validator/constants'
34
import type {} from '@typp/validator/extends'
45
import type { SwitchBaseType } from '@typp/validator/types'

0 commit comments

Comments
 (0)
Please sign in to comment.