如何注释自定义Request标头的类型?

时间:2017-02-01 17:04:42

标签: javascript node.js flowtype

我的端点采用自定义header string类型。

我使用Flow进行类型注释,但我不确定如何将注释添加到本机Type的自定义属性中。

例如,我的功能是:

function(req: Request) {
  const custom = req.headers.custom_header;
}

Flow报告the property custom_header is not found in Header

我尝试了几种不同的方式使用类型声明:

declare var Request.headers.custom_header: string declare var req.headers.custom_header: string

但似乎都没有影响错误。

1 个答案:

答案 0 :(得分:1)

然而,

tableView.rowHeight = UITableViewAutomaticDimension tableView.estimatedRowHeight = 200 不仅仅是一个对象。有一个Headers.get()方法可以完成你的想法,并输入检查。

Headers