fix(core): update

This commit is contained in:
2020-07-12 02:40:45 +00:00
parent cb85deeb3d
commit 5fa7312171
5 changed files with 46 additions and 44 deletions

View File

@@ -2,6 +2,7 @@ import * as smartlog from '@pushrocks/smartlog';
import * as lik from '@pushrocks/lik';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartrx from '@pushrocks/smartrx';
import * as smarttime from '@pushrocks/smarttime';
export { smartlog, lik, smartpromise, smartdelay, smarttime };
export { smartlog, lik, smartpromise, smartdelay, smartrx, smarttime };