UNPKG

@faivform/yup

Version:

Adapter to use Yup with @tuentyfaiv/svelte-form

6 lines (5 loc) 188 B
import type { AnySchema, ISchema, Reference } from "yup"; export interface YupAdapterConfig<T> { schema: T; resolveDeep(three: ISchema<AnySchema> | Reference): null | undefined; }