@rimbu/hashed
Advanced tools
Comparing version 0.5.10-alpha.6 to 0.5.10-alpha.7
@@ -5,8 +5,8 @@ "use strict"; | ||
var tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./hasher"), exports); | ||
exports.HashedCustom = tslib_1.__importStar(require("./hashed-custom")); | ||
exports.HashMapCustom = tslib_1.__importStar(require("./hashmap-custom")); | ||
exports.HashSetCustom = tslib_1.__importStar(require("./hashset-custom")); | ||
tslib_1.__exportStar(require("./hasher"), exports); | ||
tslib_1.__exportStar(require("./map/interface"), exports); | ||
tslib_1.__exportStar(require("./set/interface"), exports); | ||
//# sourceMappingURL=internal.js.map |
@@ -0,7 +1,7 @@ | ||
export * from './hasher'; | ||
export * as HashedCustom from './hashed-custom'; | ||
export * as HashMapCustom from './hashmap-custom'; | ||
export * as HashSetCustom from './hashset-custom'; | ||
export * from './hasher'; | ||
export * from './map/interface'; | ||
export * from './set/interface'; | ||
//# sourceMappingURL=internal.js.map |
@@ -0,6 +1,6 @@ | ||
export * from './hasher'; | ||
export * as HashedCustom from './hashed-custom'; | ||
export * as HashMapCustom from './hashmap-custom'; | ||
export * as HashSetCustom from './hashset-custom'; | ||
export * from './hasher'; | ||
export * from './map/interface'; | ||
export * from './set/interface'; |
{ | ||
"name": "@rimbu/hashed", | ||
"version": "0.5.10-alpha.6", | ||
"version": "0.5.10-alpha.7", | ||
"description": "Immutable HashMap and HashSet implementations for TypeScript", | ||
@@ -74,3 +74,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "7b829da83abe5225e021afdd663dfb524ee1dd0e" | ||
"gitHead": "ef5930627562622bb5077b4a7162eab6c844a530" | ||
} |
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