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

6 lines
229 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';
2022-06-26 07:27:01 +00:00
import * as webrequest from '@pushrocks/webrequest';
2018-11-11 13:29:26 +00:00
2022-06-26 07:27:01 +00:00
export { smarthash, smartlogInterfaces, webrequest };