@easyv/utils
Advanced tools
Comparing version 0.0.20 to 0.0.21
export * from '@easyv/utils-reduce-config'; | ||
export * from './lib/Container'; | ||
export * as getColor from './lib/getColor'; | ||
export * from './lib/getColor'; |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports["default"] = void 0; | ||
exports.getColor = void 0; | ||
@@ -37,3 +37,3 @@ var _d3Color2 = require("d3-color"); | ||
var _default = function _default(_ref2) { | ||
var getColor = function getColor(_ref2) { | ||
var type = _ref2.type, | ||
@@ -50,2 +50,2 @@ pure = _ref2.pure, | ||
exports["default"] = _default; | ||
exports.getColor = getColor; |
{ | ||
"name": "@easyv/utils", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
165188