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