UNPKG

@modular-forms/qwik

Version:

The modular and type-safe form library for Qwik

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