11 lines
240 B
TypeScript
11 lines
240 B
TypeScript
// pushrocks
|
|
import * as smartdelay from '@pushrocks/smartdelay';
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
|
|
export { smartdelay, smartpromise };
|
|
|
|
// third party
|
|
/* import * as leakage from 'leakage';
|
|
|
|
export { leakage }; */
|