7 lines
274 B
TypeScript
7 lines
274 B
TypeScript
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');
|