UNPKG

sveltekit-superforms

Version:

Making SvelteKit forms a pleasure to use!

6 lines (5 loc) 383 B
// 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';