smartvhost/ts/smartvhost.plugins.ts

18 lines
330 B
TypeScript
Raw Permalink Normal View History

2020-02-06 22:41:25 +00:00
// @pushrocks scope
import * as smartexpress from '@pushrocks/smartexpress';
import * as smartproxy from '@pushrocks/smartproxy';
import * as smartnetwork from '@pushrocks/smartnetwork';
export {
smartexpress,
smartproxy,
smartnetwork
}
2020-02-07 20:00:01 +00:00
// tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
};