UNPKG

sveltekit-superforms-5

Version:

<p align="center"> <img src="https://github.com/ciscoheat/sveltekit-superforms/raw/main/logo.svg" width="150px" align="center" alt="Superforms logo" /> <h1 align="center">Superforms 💥</h1> <p align="center">Making SvelteKit forms a pleasure to use!

5 lines (4 loc) • 237 B
import type { AnySchema } from 'yup'; import type { JSONSchema7 } from 'json-schema'; import type { ResolveOptions } from '../types.js'; export declare function convertSchema(yupSchema: AnySchema, options?: ResolveOptions): JSONSchema7;