smartvhost/ts/smartvhost.plugins.ts

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