Sha256: d6fa0aa06bc4973e52e822dd3fb1c59b85deec1194a277a1ae5f5b7aaa31f411
Contents?: true
Size: 296 Bytes
Versions: 33
Compression:
Stored size: 296 Bytes
Contents
/** * 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;
Version data entries
33 entries across 33 versions & 1 rubygems