UNPKG

@modular-forms/solid

Version:

The modular and type-safe form library for SolidJS

9 lines (8 loc) 164 B
/** * Clears the response of the form. * * @param form The form of the response. */ export function clearResponse(form) { form.internal.response.set({}); }