@noma/helper-config
v1.1.5
Published
## Install
Keywords
Readme
@noma/helper-config
Install
$ npm install @noma/helper-configUsage
- Import
@noma/helper-configin your code before using any environment variables.
import '@noma/helper-config';- Add
nomatopackage.json.
{
"noma": {
"plugins": ["@noma/http"]
}
}