mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-24 12:40:21 +00:00
simplify utils exports
This commit is contained in:
parent
c999941dfc
commit
82f275b4d2
@ -353,31 +353,31 @@ function getHexBalanceFromString(balanceString, web3) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
joinPath: joinPath,
|
joinPath,
|
||||||
dirname: dirname,
|
dirname,
|
||||||
filesMatchingPattern: filesMatchingPattern,
|
filesMatchingPattern,
|
||||||
fileMatchesPattern: fileMatchesPattern,
|
fileMatchesPattern,
|
||||||
recursiveMerge: recursiveMerge,
|
recursiveMerge,
|
||||||
checkIsAvailable: checkIsAvailable,
|
checkIsAvailable,
|
||||||
httpGet: httpGet,
|
httpGet,
|
||||||
httpsGet: httpsGet,
|
httpsGet,
|
||||||
httpGetJson: httpGetJson,
|
httpGetJson,
|
||||||
httpsGetJson: httpsGetJson,
|
httpsGetJson,
|
||||||
hexToNumber: hexToNumber,
|
hexToNumber,
|
||||||
pingEndpoint,
|
pingEndpoint,
|
||||||
decodeParams: decodeParams,
|
decodeParams,
|
||||||
runCmd: runCmd,
|
runCmd,
|
||||||
cd: cd,
|
cd: cd,
|
||||||
sed: sed,
|
sed: sed,
|
||||||
exit: exit,
|
exit: exit,
|
||||||
downloadFile: downloadFile,
|
downloadFile,
|
||||||
extractTar: extractTar,
|
extractTar,
|
||||||
extractZip: extractZip,
|
extractZip,
|
||||||
proposeAlternative: proposeAlternative,
|
proposeAlternative,
|
||||||
pwd: pwd,
|
pwd: pwd,
|
||||||
getExternalContractUrl,
|
getExternalContractUrl,
|
||||||
toChecksumAddress: toChecksumAddress,
|
toChecksumAddress,
|
||||||
sha3: sha3,
|
sha3,
|
||||||
normalizeInput,
|
normalizeInput,
|
||||||
buildUrl,
|
buildUrl,
|
||||||
buildUrlFromConfig,
|
buildUrlFromConfig,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user