@burstjs/util
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "@burstjs/util", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Useful utilities and tools for building Burstcoin applications", | ||
@@ -40,4 +40,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/jest": "^24.0.12", | ||
"bili": "^4.8.0", | ||
"@types/jest": "^24.0.23", | ||
"bili": "^4.8.1", | ||
"rollup-plugin-typescript2": "^0.24.2" | ||
@@ -60,3 +60,3 @@ }, | ||
}, | ||
"gitHead": "8fbec1cc9878da7766391c6eb767b53b91b2ad85" | ||
"gitHead": "287dde637cda6bfde1252978c4730d3f96cafef8" | ||
} |
@@ -29,2 +29,2 @@ /** @module util */ | ||
return digits.reverse().join(''); | ||
} | ||
}; |
@@ -13,4 +13,4 @@ /** @module util */ | ||
*/ | ||
export function sumNQTStringToNumber(...nqts: string[]): number{ | ||
export function sumNQTStringToNumber(...nqts: string[]): number { | ||
return nqts.reduce( (sum, v) => sum + convertNQTStringToNumber(v), 0); | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
634886