smartlog-destination-receiver/ts/smartlog-destination-receiver.plugins.ts

6 lines
235 B
TypeScript
Raw Normal View History

2018-11-11 18:40:59 +00:00
import * as smarthash from '@pushrocks/smarthash';
2018-11-11 13:29:26 +00:00
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
import * as smartrequest from '@pushrocks/smartrequest';
2018-11-11 18:40:59 +00:00
export { smarthash, smartlogInterfaces, smartrequest };