@bedrock-ui/utils
Advanced tools
Comparing version 0.1.4 to 0.2.0
@@ -5,3 +5,4 @@ export { capitalize } from './utils/capitalize'; | ||
export { keyBy } from './utils/keyBy'; | ||
export { omit } from './utils/omit'; | ||
export { orderBy } from './utils/orderBy'; | ||
export { range } from './utils/range'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.range = exports.orderBy = exports.keyBy = exports.groupBy = exports.chunk = exports.capitalize = void 0; | ||
exports.range = exports.orderBy = exports.omit = exports.keyBy = exports.groupBy = exports.chunk = exports.capitalize = void 0; | ||
var capitalize_1 = require("./utils/capitalize"); | ||
@@ -12,2 +12,4 @@ Object.defineProperty(exports, "capitalize", { enumerable: true, get: function () { return capitalize_1.capitalize; } }); | ||
Object.defineProperty(exports, "keyBy", { enumerable: true, get: function () { return keyBy_1.keyBy; } }); | ||
var omit_1 = require("./utils/omit"); | ||
Object.defineProperty(exports, "omit", { enumerable: true, get: function () { return omit_1.omit; } }); | ||
var orderBy_1 = require("./utils/orderBy"); | ||
@@ -14,0 +16,0 @@ Object.defineProperty(exports, "orderBy", { enumerable: true, get: function () { return orderBy_1.orderBy; } }); |
@@ -5,3 +5,4 @@ export { capitalize } from './utils/capitalize'; | ||
export { keyBy } from './utils/keyBy'; | ||
export { omit } from './utils/omit'; | ||
export { orderBy } from './utils/orderBy'; | ||
export { range } from './utils/range'; |
@@ -5,3 +5,4 @@ export { capitalize } from './utils/capitalize'; | ||
export { keyBy } from './utils/keyBy'; | ||
export { omit } from './utils/omit'; | ||
export { orderBy } from './utils/orderBy'; | ||
export { range } from './utils/range'; |
{ | ||
"name": "@bedrock-ui/utils", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"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
12813
66
291