smartlog-destination-receiver/ts/smartlog-destination-receiver.plugins.ts
2018-11-11 19:40:59 +01:00

6 lines
235 B
TypeScript

import * as smarthash from '@pushrocks/smarthash';
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
import * as smartrequest from '@pushrocks/smartrequest';
export { smarthash, smartlogInterfaces, smartrequest };