fix(core): update

This commit is contained in:
2020-01-19 11:57:41 +01:00
parent a33b218bc4
commit 7c813195bf
6 changed files with 209 additions and 68 deletions

View File

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