fix(core): update

This commit is contained in:
Philipp Kunz 2019-11-24 11:43:32 +00:00
parent 43d50b746b
commit 8dfa3f8965

View File

@ -1,5 +1,5 @@
// node native
import * as crypto from 'crypto';
import crypto from 'crypto';
import * as url from 'url';
export { crypto, url };