smartlog-receiver/ts/sl.receiver.plugins.ts
2018-11-11 01:38:19 +01:00

8 lines
137 B
TypeScript

import * as smarthash from '@pushrocks/smarthash';
import * as smartlog from '@pushrocks/smartlog';
export {
smartlog,
smarthash
};