fix(core): update

This commit is contained in:
2020-06-25 23:00:32 +00:00
parent 7aa9637826
commit be2adaf259
3 changed files with 17 additions and 16 deletions

View File

@@ -3,10 +3,3 @@ import * as smartpromise from '@pushrocks/smartpromise';
export { smartparam, smartpromise };
// third party scope
import isWsl from 'is-wsl';
export {
isWsl
};