12 lines
269 B
TypeScript
12 lines
269 B
TypeScript
// @pushrocks scope
|
|
import * as smartdelay from '@pushrocks/smartdelay';
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
|
|
export { smartdelay, smartpromise };
|
|
|
|
// third parties
|
|
import croner from 'croner';
|
|
import dayjs from 'dayjs';
|
|
|
|
export { croner, dayjs };
|