smartclickhouse/ts/smartclickhouse.plugins.ts

18 lines
402 B
TypeScript
Raw Normal View History

2022-03-07 14:49:47 +00:00
// @pushrocks scope
2022-07-27 20:42:08 +00:00
import * as smartdelay from '@pushrocks/smartdelay';
2022-03-07 14:49:47 +00:00
import * as smartobject from '@pushrocks/smartobject';
2022-07-27 20:42:08 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
2022-07-27 06:29:59 +00:00
import * as smarturl from '@pushrocks/smarturl';
2022-03-01 14:03:55 +00:00
export {
2022-07-27 20:42:08 +00:00
smartdelay,
2022-07-27 06:29:59 +00:00
smartobject,
2022-07-27 20:42:08 +00:00
smartpromise,
2022-07-27 06:29:59 +00:00
smarturl
2022-03-01 14:03:55 +00:00
}
2022-03-07 14:49:47 +00:00
// thirdparty
import * as clickhouse from '@depyronick/clickhouse-client';
export { clickhouse };