fix(core): update

This commit is contained in:
2020-08-23 13:33:19 +00:00
parent 93a7a4b236
commit 49c3d5df5c
7 changed files with 82 additions and 30 deletions

View File

@@ -1,5 +1,6 @@
// pupshrocks scope
import * as smartrequest from '@pushrocks/smartrequest';
import * as smartstring from '@pushrocks/smartstring';
import * as smarttime from '@pushrocks/smarttime';
export { smartrequest, smartstring };
export { smartrequest, smartstring, smarttime };