fix(core): update

This commit is contained in:
2020-08-13 00:32:05 +00:00
parent 3abc973d88
commit 4cb32e8460
6 changed files with 83 additions and 37 deletions

View File

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