fix(core): update

This commit is contained in:
2019-01-12 20:41:01 +01:00
parent ec0b82de00
commit 8cda8c55c0
4 changed files with 56 additions and 1 deletions

View File

@@ -8,3 +8,5 @@ export { create, docker, normalize, indent };
export { Base64, base64 } from './smartstring.base64';
export { Domain } from './smartstring.domain';
export { GitRepo } from './smartstring.git';
export { Cryptr } from './smartstring.encryption';