8 lines
137 B
TypeScript
8 lines
137 B
TypeScript
import * as smarthash from '@pushrocks/smarthash';
|
|
import * as smartlog from '@pushrocks/smartlog';
|
|
|
|
export {
|
|
smartlog,
|
|
smarthash
|
|
};
|