FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
types
/
functions
Edit File: form.d.ts
/** * Serializes a form and returns a plain object. If a form control with the same name appears more than once, the * property will be converted to an array. */ export declare function serialize(form: HTMLFormElement): Record<string, unknown>;
Save
Back