astro-ghostcms/.pnpm-store/v3/files/e7/b97d1c9f799daca02728972320b...

11 lines
283 B
Plaintext

/**
* Escape fieldname following the spec requirements.
*
* See: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data
*
* @param name A fieldname to escape
*
* @api private
*/
export declare const escapeName: (name: unknown) => string;