fix(core): update

This commit is contained in:
2021-01-22 14:46:02 +00:00
parent 9d189d1b59
commit 7f3118c525
4 changed files with 13 additions and 12 deletions

View File

@@ -15,10 +15,4 @@ const normalizeNewline = require('normalize-newline');
const randomatic = smartenvInstance.getSafeNodeModule('randomatic');
const cryptoRandomString = smartenvInstance.getSafeNodeModule('crypto-random-string');
export {
jsBase64,
stripIndent,
normalizeNewline,
randomatic,
cryptoRandomString
}
export { jsBase64, stripIndent, normalizeNewline, randomatic, cryptoRandomString };