UNPKG

@fanoutio/eventstream

Version:

Connect-compatible middleware that enables the easy creation of EventStream endpoints

7 lines (6 loc) 127 B
export function flattenHttpHeaders(value) { if (Array.isArray(value)) { return value[0]; } return value; }