Const
Returns an object containing info about the current configuration The primary purpose is to avoid accessing process.env directly
process.env
import {config} from '@ortac/libs-js';console.log(config.env); // => 'development' (or could be 'production') Copy
import {config} from '@ortac/libs-js';console.log(config.env); // => 'development' (or could be 'production')
Generated using TypeDoc
Returns an object containing info about the current configuration The primary purpose is to avoid accessing
process.env
directly