Wednesday, 3 May 2017

How to declare environment variable types with flow js?

Environment variables accessed from process.env are considered undefined when running flow since the parser has no idea what is included inside of them.

How do I tell the parser that the env object exists and what keys does it include?



via AJ_1310

No comments:

Post a Comment