6 lines
202 B
TypeScript
6 lines
202 B
TypeScript
// pushrocks scope
|
|
import * as smartlogInterfaces from '../dist_ts_interfaces/index.js';
|
|
import * as smartclickhouse from '@push.rocks/smartclickhouse';
|
|
|
|
export { smartlogInterfaces, smartclickhouse };
|