FunctionsBrowsers__DEV__On this page__DEV__Returns true if the current environment is development. API const __DEV__: boolean; Usage import { __DEV__ } from '@feedzai/js-utilities';if (__DEV__) { Component.displayName = "Component"}