fix(core): update

This commit is contained in:
2019-10-10 17:28:23 +02:00
parent 979375f08d
commit 55a5948a51
5 changed files with 695 additions and 571 deletions

View File

@@ -2,8 +2,9 @@ import * as create from './smartstring.create';
import * as docker from './smartstring.docker';
import * as indent from './smartstring.indent';
import * as normalize from './smartstring.normalize';
import * as type from './smartstring.type';
export { create, docker, normalize, indent };
export { create, docker, normalize, indent, type };
export { Base64, base64 } from './smartstring.base64';
export { Domain } from './smartstring.domain';