michaloo / example-native-flow-app

Example of native nodeJS application with Flow support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of native nodeJS application with Flow support

This is an example application with library written in 100% raw and native nodeJS code which use Flow comment annotations feature:

https://flow.org/blog/2015/02/20/Flow-Comments/

How to verify it actually works?

  1. Install dependency npm i
  2. Run flow check by running npm test command

You should see 3 errors thrown by flow.

About

Example of native nodeJS application with Flow support


Languages

Language:JavaScript 100.0%