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!
6 lines (5 loc) • 383 B
JavaScript
// Backwards compatibility, everything should be imported from top-level in v2.
// Duplicated in client/index.ts, because "server" path cannot be imported on client.
export { defaults, defaultValues } from '../defaults.js';
export { actionResult } from '../actionResult.js';
export { superValidate, message, setMessage, setError, withFiles, removeFiles } from '../superValidate.js';