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) • 352 B
TypeScript
export { defaults, defaultValues } from '../defaults.js';
export { actionResult } from '../actionResult.js';
export { superValidate, message, setMessage, setError, withFiles, removeFiles, type SuperValidated, type TaintedFields, type ValidationErrors } from '../superValidate.js';
export type { Infer, InferIn, Schema } from '../adapters/adapters.js';