fix(core): update

This commit is contained in:
2020-09-29 19:10:00 +00:00
parent ed78c0becf
commit 39250b3d47
4 changed files with 10 additions and 14 deletions

View File

@ -139,14 +139,6 @@ export class Smartenv {
}
}
/**
* get environment variables that fit the description
*/
// get envVars (regexArg: RegExp) {
// let EnvironmentArray = []
// // TODO: plugins.smartparam.forEachMinimatch()
// }
/**
* prints the environment to console
*/

View File

@ -1,4 +1,3 @@
import * as smartparam from '@pushrocks/smartparam';
import * as smartpromise from '@pushrocks/smartpromise';
export { smartparam, smartpromise };
export { smartpromise };