fix(core): update

This commit is contained in:
2020-02-14 18:10:10 +00:00
parent 1cdba38408
commit 26511fc10e
5 changed files with 40 additions and 8 deletions

View File

@@ -11,11 +11,13 @@ import * as smartbucket from '@pushrocks/smartbucket';
import * as smartcache from '@pushrocks/smartcache';
import * as smartfile from '@pushrocks/smartfile';
import * as smartstring from '@pushrocks/smartstring';
import * as smartunique from '@pushrocks/smartunique';
export {
lik,
smartbucket,
smartcache,
smartfile,
smartstring
smartstring,
smartunique
};