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

6 lines
229 B
TypeScript
Raw Normal View History

2018-11-11 19:40:59 +01:00
import * as smarthash from '@pushrocks/smarthash';
2018-11-11 14:29:26 +01:00
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
2022-06-26 09:27:01 +02:00
import * as webrequest from '@pushrocks/webrequest';
2018-11-11 14:29:26 +01:00
2022-06-26 09:27:01 +02:00
export { smarthash, smartlogInterfaces, webrequest };