`Function` has no callable signature
Open
enhancement
Typing: completeness
- Dominant language
- Rust
- Stars
- 22.3k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
`Function.prototype` should be a callable property, currently flow complains that there is no "Callable signature".
The following is valid javascript, thus should not have flow errors:
```javascript
/* @flow */
const noop = Function.prototype;
noop();
```
[flow try](https://flowtype.org/try/#0PQKgBAAgZgNg9gdzCYAoVMCmAXMA7OOABzAF4wAxAVzwGNsBLOPAOiICc5suBPIzANyoCxABQBKAUA)
Contributor guide
Assessment
This issue has not been assessed yet.