(input: Record.ReadonlyRecord<string, string>)
| 52 | }) |
| 53 | |
| 54 | const make = (input: Record.ReadonlyRecord<string, string>): Mutable<Headers> => |
| 55 | Object.assign(Object.create(Proto), input) as Headers |
| 56 | |
| 57 | /** |
| 58 | * @since 1.0.0 |
no test coverage detected
searching dependent graphs…