@streamr/utils
Advanced tools
Comparing version 100.2.5-beta.1 to 101.0.0-beta.0
@@ -18,2 +18,4 @@ /** | ||
values(): Generator<V, undefined, undefined>; | ||
getKeyCount(): number; | ||
isEmpty(): boolean; | ||
} |
@@ -55,4 +55,10 @@ "use strict"; | ||
} | ||
getKeyCount() { | ||
return this.delegatee.size; | ||
} | ||
isEmpty() { | ||
return this.getKeyCount() === 0; | ||
} | ||
} | ||
exports.Multimap = Multimap; | ||
//# sourceMappingURL=Multimap.js.map |
{ | ||
"name": "@streamr/utils", | ||
"version": "100.2.5-beta.1", | ||
"version": "101.0.0-beta.0", | ||
"description": "A collection of shared common utilities", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
155618
2227