@bedrock-ui/utils
Advanced tools
Comparing version 0.3.2 to 0.3.3
export { capitalize } from './utils/capitalize'; | ||
export { countBy } from './utils/countBy'; | ||
export { chunk } from './utils/chunk'; | ||
@@ -3,0 +4,0 @@ export { groupBy } from './utils/groupBy'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.range = exports.orderBy = exports.omit = exports.keyBy = exports.isEmptyObject = exports.groupBy = exports.chunk = exports.capitalize = void 0; | ||
exports.range = exports.orderBy = exports.omit = exports.keyBy = exports.isEmptyObject = exports.groupBy = exports.chunk = exports.countBy = exports.capitalize = void 0; | ||
var capitalize_1 = require("./utils/capitalize"); | ||
Object.defineProperty(exports, "capitalize", { enumerable: true, get: function () { return capitalize_1.capitalize; } }); | ||
var countBy_1 = require("./utils/countBy"); | ||
Object.defineProperty(exports, "countBy", { enumerable: true, get: function () { return countBy_1.countBy; } }); | ||
var chunk_1 = require("./utils/chunk"); | ||
@@ -7,0 +9,0 @@ Object.defineProperty(exports, "chunk", { enumerable: true, get: function () { return chunk_1.chunk; } }); |
export { capitalize } from './utils/capitalize'; | ||
export { countBy } from './utils/countBy'; | ||
export { chunk } from './utils/chunk'; | ||
@@ -3,0 +4,0 @@ export { groupBy } from './utils/groupBy'; |
export { capitalize } from './utils/capitalize'; | ||
export { countBy } from './utils/countBy'; | ||
export { chunk } from './utils/chunk'; | ||
@@ -3,0 +4,0 @@ export { groupBy } from './utils/groupBy'; |
{ | ||
"name": "@bedrock-ui/utils", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Bedrock UI Utils", | ||
@@ -5,0 +5,0 @@ "author": "Matthew Wolfe", |
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
16477
82
371