Custom Types (#282)

This commit is contained in:
sinclairzx81
2022-11-22 21:53:36 +09:00
committed by GitHub
parent 3fb1d37c33
commit f33423fcf3
26 changed files with 417 additions and 93 deletions
+1
View File
@@ -3,6 +3,7 @@ import { TypeCompiler } from '@sinclair/typebox/compiler'
import { Conditional } from '@sinclair/typebox/conditional'
import { TypeGuard } from '@sinclair/typebox/guard'
import { Format } from '@sinclair/typebox/format'
import { Custom } from '@sinclair/typebox/custom'
import { Value, ValuePointer } from '@sinclair/typebox/value'
import { Type, Static, TSchema } from '@sinclair/typebox'