5 lines
206 B
TypeScript
5 lines
206 B
TypeScript
import * as smartdelay from '@pushrocks/smartdelay';
|
|
import * as smartenv from '@pushrocks/smartenv';
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
export { smartdelay, smartenv, smartpromise };
|