smartlog-receiver/ts/sl.receiver.plugins.ts

8 lines
137 B
TypeScript
Raw Normal View History

2018-11-11 00:38:19 +00:00
import * as smarthash from '@pushrocks/smarthash';
import * as smartlog from '@pushrocks/smartlog';
export {
smartlog,
smarthash
};