fix(core): update

This commit is contained in:
2019-06-19 13:18:45 +02:00
parent b6d1c3c083
commit 9892085140
4 changed files with 380 additions and 336 deletions

View File

@ -1,6 +1,14 @@
// pushrocks
import * as early from '@pushrocks/early';
import * as leakage from 'leakage';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartpromise from '@pushrocks/smartpromise';
export { early, smartdelay, smartpromise, leakage };
export { early, smartdelay, smartpromise };
// third party
import * as leakage from 'leakage';
export {
leakage
};