fix(core): update

This commit is contained in:
2020-01-13 08:09:37 +00:00
parent 9d5907a7a7
commit 815b455dbb
7 changed files with 109 additions and 42 deletions

View File

@@ -1,6 +1,7 @@
// @pushrocks scope
import * as smartfile from '@pushrocks/smartfile';
import * as smartmail from '@pushrocks/smartmail';
import * as smartrequest from '@pushrocks/smartrequest';
import * as smartstring from '@pushrocks/smartstring';
export { smartmail, smartrequest, smartstring };
export { smartfile, smartmail, smartrequest, smartstring };