fix(core): update

This commit is contained in:
2019-04-16 08:54:27 +02:00
parent 65fc64f6aa
commit 7c625c4390
4 changed files with 270 additions and 38 deletions

View File

@@ -1,9 +1,11 @@
// node native
import * as crypto from 'crypto';
import * as url from 'url';
export {
crypto
}
crypto,
url
};
// third party
export let jsBase64 = require('js-base64').Base64;