fix(core): update

This commit is contained in:
2020-09-07 23:44:07 +00:00
parent 88378e2f31
commit b5ab945501
4 changed files with 7 additions and 5 deletions

View File

@ -6,6 +6,7 @@ import * as smartpromise from '@pushrocks/smartpromise';
export { lik, smartdelay, smartpromise };
// third parties
import croner from 'croner';
import dayjs from 'dayjs';
export { dayjs };
export { croner, dayjs };