UNPKG

@modular-forms/react

Version:

The modular and type-safe form library for React

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