small export fix

This commit is contained in:
2016-11-01 19:00:32 +01:00
parent 1684eae1e8
commit a3a51bf0ca
3 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,6 @@ export {
indent
}
export { Base64 } from './smartstring.base64'
export { Base64, base64 } from './smartstring.base64'
export { Domain } from './smartstring.domain'
export { GitRepo } from './smartstring.git'