fix(core): update

This commit is contained in:
2020-07-11 23:36:24 +00:00
parent 2c74de8aef
commit 73f7360f8c
4 changed files with 73 additions and 106 deletions

View File

@ -1,8 +1,9 @@
// @pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartpromise from '@pushrocks/smartpromise';
export { smartdelay, smartpromise };
export { lik, smartdelay, smartpromise };
// third parties
import croner from 'croner';