UNPKG

sveltekit-superforms

Version:

Making SvelteKit forms a pleasure to use!

6 lines (5 loc) 215 B
import type { JSONSchema } from '../../jsonSchema/index.js'; /** * Simple JSON Schema generator for validation libraries without introspection. */ export declare function simpleSchema(value: unknown): JSONSchema;