node-loose-envify

Replace Node.js environment variables with plain strings
  https://github.com/zertosh/loose-envify
  0
  no reviews



Performs a Javascript source-to-source transformation (transpiling), that efficiently replaces process.env environment variables with plain strings. This makes the environment variable checks faster and easier to optimize out.

Node.js is an event-based server-side JavaScript engine.