14 lines
246 B
TypeScript
14 lines
246 B
TypeScript
import * as smartdelay from '@pushrocks/smartdelay';
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
|
|
export {
|
|
smartdelay,
|
|
smartpromise
|
|
}
|
|
|
|
// third party scope
|
|
import fastDeepEqual from 'fast-deep-equal';
|
|
|
|
export {
|
|
fastDeepEqual,
|
|
} |