fix(core): update

This commit is contained in:
2022-07-28 16:53:07 +02:00
parent fbf177b482
commit 479e0725e6
8 changed files with 190 additions and 302 deletions

View File

@@ -3,15 +3,12 @@ import * as smartdelay from '@pushrocks/smartdelay';
import * as smartobject from '@pushrocks/smartobject';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smarturl from '@pushrocks/smarturl';
import * as webrequest from '@pushrocks/webrequest';
export {
smartdelay,
smartobject,
smartpromise,
smarturl
smarturl,
webrequest,
}
// thirdparty
import * as clickhouse from '@depyronick/clickhouse-client';
export { clickhouse };