fix(core): update
This commit is contained in:
@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user