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

6 lines
232 B
TypeScript
Raw Normal View History

2024-05-18 01:32:05 +02:00
import * as smarthash from '@push.rocks/smarthash';
import * as smartlogInterfaces from '@push.rocks/smartlog-interfaces';
import * as webrequest from '@push.rocks/webrequest';
2018-11-11 14:29:26 +01:00
2022-06-26 09:27:01 +02:00
export { smarthash, smartlogInterfaces, webrequest };