streamline package

This commit is contained in:
2017-05-17 15:59:10 +02:00
parent 47f840841c
commit ab33e97c8d
24 changed files with 370 additions and 1883 deletions

View File

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