simplify utils exports
This commit is contained in:
parent
c999941dfc
commit
82f275b4d2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue