8 lines
293 B
TypeScript
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')
|