(input: Record.ReadonlyRecord<string, string>)
| 98 | }) |
| 99 | |
| 100 | const make = (input: Record.ReadonlyRecord<string, string>): Mutable<Headers> => |
| 101 | Object.assign(Object.create(Proto), input) as Headers |
| 102 | |
| 103 | /** |
| 104 | * Provides an `Equivalence` instance that compares `Headers` by header names |