@@ -27,9 +27,9 @@ THE SOFTWARE.
|
||||
---------------------------------------------------------------------------*/
|
||||
|
||||
import { TSchema, KindGuard, Unknown, type TUnknown } from '@sinclair/typebox'
|
||||
import * as TypeBox from './typebox'
|
||||
import * as Valibot from './valibot'
|
||||
import * as Zod from './zod'
|
||||
import * as TypeBox from './typebox/index'
|
||||
import * as Valibot from './valibot/index'
|
||||
import * as Zod from './zod/index'
|
||||
|
||||
/** Converts a Zod, Valibot or TypeBox Type to a TypeBox Type */
|
||||
// prettier-ignore
|
||||
|
||||
Reference in New Issue
Block a user