UNPKG

integreat-adapter-form

Version:

application/x-www-form-urlencoded adapter for Integreat

7 lines (6 loc) 193 B
import type { Adapter } from 'integreat'; export interface Options extends Record<string, unknown> { setStructureInKeys?: boolean; } declare const adapter: Adapter; export default adapter;