DEV Library

This is a simple utility library to check in the Translator if the component is set to DEVELOPMENT mode or set to run from a specific commit.

This is useful for when you are developing web services.

By calling DEVactive() in the Translator, the function will return:

  • true, if the component is set to DEVELOPMENT mode.

  • false, if the component is set to run using a specific commit.

Â