smartvhost/ts/smartvhost.plugins.ts
2020-02-06 22:41:25 +00:00

11 lines
244 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
}