Skip to content
This repository was archived by the owner on Feb 16, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 608 Bytes

File metadata and controls

14 lines (9 loc) · 608 Bytes

Flow Type

This is another useful extension that that allows you to incrementally add types to your JavaScript code. Working in a codebase with lots of developers can make it difficult to keep your master branch working. Flow can help prevent bad rebases. Flow can help protect your carefully designed library from misuse and misinterpretation. Flow uses .flowconfig for flow rules.

Flow errors can be checked by executing the below yarn command

yarn run flow

Learn more about flow from below resources: