smartclickhouse/ts/smartclickhouse.plugins.ts
2022-07-27 08:29:59 +02:00

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 };