fix(core): update

This commit is contained in:
2022-07-27 22:42:08 +02:00
parent bd9b3bb985
commit af3d461593
7 changed files with 53 additions and 20 deletions

View File

@@ -1,9 +1,13 @@
// @pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartobject from '@pushrocks/smartobject';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smarturl from '@pushrocks/smarturl';
export {
smartdelay,
smartobject,
smartpromise,
smarturl
}