smartstring/ts/smartstring.plugins.ts
2017-10-11 14:52:22 +02:00

8 lines
293 B
TypeScript

import 'typings-global'
export let jsBase64 = require('js-base64').Base64
export let stripIndent = require('strip-indent')
export let normalizeNewline = require('normalize-newline')
export let randomatic = require('randomatic')
export let cryptoRandomString = require('crypto-random-string')