update normalize of smartstring

This commit is contained in:
2017-10-05 15:55:59 +02:00
parent 974bf90703
commit 55d679e5ee
33 changed files with 801 additions and 570 deletions

View File

@@ -1,2 +1,5 @@
import 'typings-global'
export let jsBase64 = require('js-base64').Base64
export let stripIndent = require('strip-indent')
export let normalizeNewline = require('normalize-newline')