2022-01-21 02:33:24 +00:00
|
|
|
import * as smartdelay from '@pushrocks/smartdelay';
|
|
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
|
|
|
2022-07-24 10:45:29 +00:00
|
|
|
export { smartdelay, smartpromise };
|
2022-01-21 02:33:24 +00:00
|
|
|
|
|
|
|
// third party scope
|
2022-01-21 16:37:30 +00:00
|
|
|
import fastDeepEqual from 'fast-deep-equal';
|
2022-01-21 02:33:24 +00:00
|
|
|
|
2022-07-24 10:45:29 +00:00
|
|
|
export { fastDeepEqual };
|