smartlog-destination-receiver/ts/smartlog-destination-receiver.plugins.ts
2022-06-26 09:27:01 +02:00

6 lines
229 B
TypeScript

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