Musique/node_modules/http-response-object/lib/headers.js.flow

6 lines
119 B
Text
Raw Normal View History

2021-12-04 19:00:33 +00:00
// @flow
// Generated using flowgen2
type Headers = {+[name: string]: string | Array<string>};
export type {Headers};