fix(core): update

This commit is contained in:
2020-12-31 03:56:40 +00:00
parent 08cb2392fa
commit bf3e640307
14 changed files with 10028 additions and 600 deletions

View File

@@ -1,5 +1,8 @@
// node native
import crypto from 'crypto';
import * as smartenv from '@pushrocks/smartenv';
const smartenvInstance = new smartenv.Smartenv();
const crypto = smartenvInstance.getSafeNodeModule('crypto');
import * as url from 'url';
export { crypto, url };