14 lines
262 B
TypeScript
14 lines
262 B
TypeScript
// @pushrocks scope
|
|
import * as smartobject from '@pushrocks/smartobject';
|
|
import * as smarturl from '@pushrocks/smarturl';
|
|
|
|
export {
|
|
smartobject,
|
|
smarturl
|
|
}
|
|
|
|
// thirdparty
|
|
import * as clickhouse from '@depyronick/clickhouse-client';
|
|
|
|
export { clickhouse };
|