fix(core): update

This commit is contained in:
2020-01-25 18:52:46 +00:00
parent 33d7b30b65
commit e8d89d32dc
9 changed files with 50 additions and 42 deletions

View File

@@ -1,29 +1,20 @@
// node native scope
import * as path from 'path';
export {
path
}
export { path };
// tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
}
export { tsclass };
// pushrocks scope
import * as smartpath from '@pushrocks/smartpath';
import * as smartstring from '@pushrocks/smartstring';
export {
smartpath,
smartstring
}
export { smartpath, smartstring };
// third party scope
import * as kubeclient from 'kubernetes-client';
export {
kubeclient as kubectl
};
export { kubeclient as kubectl };