0.0.4 • Published 5 years ago

props-lib-env v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

lib-env

Props Token

Module handling environment configuration

Installation

npm install props-lib-env --save

Usage

TS

import {Config} from 'props-lib-env';

JS

const Config = require('props-lib-env').Config;