UNPKG

sveltekit-superforms

Version:

Making SvelteKit forms a pleasure to use!

8 lines (7 loc) 596 B
import SuperDebug from './client/SuperDebug.svelte'; export default SuperDebug; export { SuperFormError, SchemaError } from './errors.js'; // Everything from client/index.ts export { superForm, intProxy, numberProxy, booleanProxy, dateProxy, fieldProxy, formFieldProxy, stringProxy, arrayProxy, fileProxy, fileFieldProxy, filesProxy, filesFieldProxy, defaults, defaultValues, schemaShape, actionResult, superValidate, message, setMessage, setError, withFiles, removeFiles, fail } from './client/index.js'; export { splitPath } from './stringPath.js'; export { mergeFormUnion } from './utils.js';