frontend/.pnpm-store/v3/files/02/a8bd906b0066a3c1e44e0a97997094488c90ef7ec791f66a548ca7a405a2bb2a39824be9bec362b343965a9ec4923f4e75909b26ef133e2ccf945da23e8faa

11 lines
296 B
Plaintext

/**
* Normalize non-File value following the spec requirements.
*
* See: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data
*
* @param value A value to normalize
*
* @api private
*/
export declare const normalizeValue: (value: unknown) => string;