update normalize of smartstring
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import * as docker from './smartstring.docker'
|
||||
import * as indent from './smartstring.indent'
|
||||
import * as normalize from './smartstring.normalize'
|
||||
import * as typescript from './smartstring.typescript'
|
||||
|
||||
export {
|
||||
docker,
|
||||
typescript,
|
||||
indent
|
||||
docker,
|
||||
typescript,
|
||||
normalize,
|
||||
indent
|
||||
}
|
||||
|
||||
export { Base64, base64 } from './smartstring.base64'
|
||||
|
Reference in New Issue
Block a user