UNPKG

@tinyhttp/res

Version:

response extensions for tinyhttp

3 lines 232 B
import type { ServerResponse as Res } from 'node:http'; export declare const append: <Response extends Res = Res>(res: Response) => (field: string, value: string | number | string[]) => Response; //# sourceMappingURL=append.d.ts.map