fix(core): update
This commit is contained in:
@@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user