smartstring/ts/smartstring.plugins.ts

8 lines
293 B
TypeScript
Raw Normal View History

2016-10-31 23:22:38 +00:00
import 'typings-global'
export let jsBase64 = require('js-base64').Base64
2017-10-05 13:55:59 +00:00
export let stripIndent = require('strip-indent')
export let normalizeNewline = require('normalize-newline')
2017-10-11 12:52:22 +00:00
export let randomatic = require('randomatic')
export let cryptoRandomString = require('crypto-random-string')