flow-comment.js 63 B

1234
  1. /* @flow */
  2. const f: Function = v => v + 1
  3. module.exports = f