simplify utils exports

This commit is contained in:
Iuri Matias 2018-07-06 18:06:55 +03:00
parent c999941dfc
commit 82f275b4d2
1 changed files with 19 additions and 19 deletions

View File

@ -353,31 +353,31 @@ function getHexBalanceFromString(balanceString, web3) {
}
module.exports = {
joinPath: joinPath,
dirname: dirname,
filesMatchingPattern: filesMatchingPattern,
fileMatchesPattern: fileMatchesPattern,
recursiveMerge: recursiveMerge,
checkIsAvailable: checkIsAvailable,
httpGet: httpGet,
httpsGet: httpsGet,
httpGetJson: httpGetJson,
httpsGetJson: httpsGetJson,
hexToNumber: hexToNumber,
joinPath,
dirname,
filesMatchingPattern,
fileMatchesPattern,
recursiveMerge,
checkIsAvailable,
httpGet,
httpsGet,
httpGetJson,
httpsGetJson,
hexToNumber,
pingEndpoint,
decodeParams: decodeParams,
runCmd: runCmd,
decodeParams,
runCmd,
cd: cd,
sed: sed,
exit: exit,
downloadFile: downloadFile,
extractTar: extractTar,
extractZip: extractZip,
proposeAlternative: proposeAlternative,
downloadFile,
extractTar,
extractZip,
proposeAlternative,
pwd: pwd,
getExternalContractUrl,
toChecksumAddress: toChecksumAddress,
sha3: sha3,
toChecksumAddress,
sha3,
normalizeInput,
buildUrl,
buildUrlFromConfig,