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