smartlog-destination-receiver/ts/smartlog-destination-receiver.plugins.ts
2024-05-18 01:32:05 +02:00

6 lines
232 B
TypeScript

import * as smarthash from '@push.rocks/smarthash';
import * as smartlogInterfaces from '@push.rocks/smartlog-interfaces';
import * as webrequest from '@push.rocks/webrequest';
export { smarthash, smartlogInterfaces, webrequest };