@d-fischer/shared-utils
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -13,5 +13,9 @@ "use strict"; | ||
exports.match = match; | ||
var eq = function (x) { return function (y) { return x === y; }; }; | ||
var eq = function (x) { | ||
return function (y) { | ||
return x === y; | ||
}; | ||
}; | ||
exports.eq = eq; | ||
match.eq = exports.eq; | ||
//# sourceMappingURL=match.js.map |
@@ -11,2 +11,3 @@ export { Enumerable } from './decorators/Enumerable'; | ||
export { forEachObjectEntry } from './functions/object/forEachObjectEntry'; | ||
export { groupBy } from './functions/object/groupBy'; | ||
export { indexBy } from './functions/object/indexBy'; | ||
@@ -13,0 +14,0 @@ export { mapObject } from './functions/object/mapObject'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.utf8Substring = exports.utf8Length = exports.splitWithLimit = exports.padLeft = exports.delay = exports.mapOptional = exports.mapNullable = exports.isNullish = exports.pick = exports.omit = exports.mapObject = exports.indexBy = exports.forEachObjectEntry = exports.entriesToObject = exports.arrayToObject = exports.eq = exports.match = exports.deprecateClass = exports.resolveConfigValue = exports.partitionedFlatMap = exports.flatten = exports.Enumerable = void 0; | ||
exports.utf8Substring = exports.utf8Length = exports.splitWithLimit = exports.padLeft = exports.delay = exports.mapOptional = exports.mapNullable = exports.isNullish = exports.pick = exports.omit = exports.mapObject = exports.indexBy = exports.groupBy = exports.forEachObjectEntry = exports.entriesToObject = exports.arrayToObject = exports.eq = exports.match = exports.deprecateClass = exports.resolveConfigValue = exports.partitionedFlatMap = exports.flatten = exports.Enumerable = void 0; | ||
var Enumerable_1 = require("./decorators/Enumerable"); | ||
@@ -23,2 +23,4 @@ Object.defineProperty(exports, "Enumerable", { enumerable: true, get: function () { return Enumerable_1.Enumerable; } }); | ||
Object.defineProperty(exports, "forEachObjectEntry", { enumerable: true, get: function () { return forEachObjectEntry_1.forEachObjectEntry; } }); | ||
var groupBy_1 = require("./functions/object/groupBy"); | ||
Object.defineProperty(exports, "groupBy", { enumerable: true, get: function () { return groupBy_1.groupBy; } }); | ||
var indexBy_1 = require("./functions/object/indexBy"); | ||
@@ -25,0 +27,0 @@ Object.defineProperty(exports, "indexBy", { enumerable: true, get: function () { return indexBy_1.indexBy; } }); |
{ | ||
"name": "@d-fischer/shared-utils", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
56907
127
745