import * as smartdelay from '@push.rocks/smartdelay';
import * as smartpromise from '@push.rocks/smartpromise';
export { smartdelay, smartpromise };

// third party utilities
import fastDeepEqual from 'fast-deep-equal';
export { fastDeepEqual };