fix(core): update

This commit is contained in:
2019-04-16 08:55:37 +02:00
parent c92ece79ff
commit 95d5c6ceee
8 changed files with 39 additions and 63 deletions

View File

@@ -2,10 +2,7 @@
import * as crypto from 'crypto';
import * as url from 'url';
export {
crypto,
url
};
export { crypto, url };
// third party
export let jsBase64 = require('js-base64').Base64;
@@ -14,4 +11,3 @@ export let stripIndent = require('strip-indent');
export let normalizeNewline = require('normalize-newline');
export let randomatic = require('randomatic');
export let cryptoRandomString = require('crypto-random-string');