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

11 lines
283 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
/**
* 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;