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

6 lines
232 B
TypeScript
Raw Permalink Normal View History

2024-05-17 23:32:05 +00: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 13:29:26 +00:00
2022-06-26 07:27:01 +00:00
export { smarthash, smartlogInterfaces, webrequest };