UNPKG

sveltekit-superforms

Version:

Making SvelteKit forms a pleasure to use!

7 lines (6 loc) 130 B
type YupParams = { addMethod: any; Schema: any; }; export declare function extendSchema(yup: YupParams): void; export {};