smartvhost/ts/smartvhost.plugins.ts
2020-02-07 20:00:01 +00:00

18 lines
330 B
TypeScript

// @pushrocks scope
import * as smartexpress from '@pushrocks/smartexpress';
import * as smartproxy from '@pushrocks/smartproxy';
import * as smartnetwork from '@pushrocks/smartnetwork';
export {
smartexpress,
smartproxy,
smartnetwork
}
// tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
};