fix(core): update

This commit is contained in:
2019-01-12 20:41:01 +01:00
parent ec0b82de00
commit 8cda8c55c0
4 changed files with 56 additions and 1 deletions

View File

@@ -1,6 +1,15 @@
// node native
import * as crypto from 'crypto';
export {
crypto
}
// third party
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');