UNPKG

formsquare

Version:

Serialize html5 forms the smart way

9 lines (6 loc) 182 B
// @flow export interface Formsquare { filter((HTMLElement) => boolean): Formsquare; parse(HTMLFormElement | Array<HTMLFormElement>): any; } declare export default Formsquare;