now has a env vars feature

This commit is contained in:
2017-04-21 00:04:28 +02:00
parent cf0aabfbfc
commit 46baf07551
24 changed files with 275 additions and 230 deletions

View File

@@ -1,9 +1,10 @@
import {getEnv, printEnv} from './smartenv.environment'
import {getEnv, printEnv, getEnvVars} from './smartenv.export'
import { obs } from './smartenv.objectstorage'
export {
getEnv,
getEnvVars,
printEnv,
obs
}