@bedrock-ui/utils
Advanced tools
Comparing version 0.0.4 to 0.0.5
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.groupBy = void 0; | ||
function groupBy() { | ||
} | ||
function groupBy() { } | ||
exports.groupBy = groupBy; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.keyBy = void 0; | ||
function keyBy() { | ||
} | ||
function keyBy() { } | ||
exports.keyBy = keyBy; |
@@ -1,2 +0,1 @@ | ||
export function groupBy() { | ||
} | ||
export function groupBy() { } |
@@ -1,2 +0,1 @@ | ||
export function keyBy() { | ||
} | ||
export function keyBy() { } |
{ | ||
"name": "@bedrock-ui/utils", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"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
128