permanent-waves/node_modules/http-response-object/lib/headers.js.flow

6 lines
119 B
Plaintext
Raw Normal View History

2024-05-01 02:44:20 +00:00
// @flow
// Generated using flowgen2
type Headers = {+[name: string]: string | Array<string>};
export type {Headers};