@visactor/vutils
Advanced tools
Comparing version 0.16.14 to 0.16.15
@@ -58,1 +58,2 @@ export { default as isBoolean } from './isBoolean'; | ||
export { default as upperFirst } from './upperFirst'; | ||
export { default as substitute } from './substitute'; |
@@ -25,3 +25,3 @@ "use strict"; | ||
}), exports.toValidNumber = exports.toNumber = exports.toDate = exports.throttle = exports.debounce = exports.clamper = exports.clampRange = exports.clamp = exports.uuid = exports.truncate = exports.pad = exports.memoize = exports.constant = exports.tickStep = exports.variance = exports.median = exports.deviation = exports.bisect = exports.ascending = exports.range = exports.isShallowEqual = exports.isEqual = exports.pickWithout = exports.pick = exports.merge = exports.cloneDeep = exports.clone = exports.has = exports.get = exports.isEmpty = exports.isBase64 = exports.isRegExp = exports.isValidUrl = exports.isValidNumber = exports.isNumeric = exports.isNumber = exports.isDate = exports.isArrayLike = exports.isArray = exports.isString = exports.isUndefined = exports.isType = exports.isPlainObject = exports.isObjectLike = exports.isObject = exports.isValid = exports.isNull = exports.isNil = exports.isFunction = exports.isBoolean = void 0, | ||
exports.upperFirst = exports.lowerFirst = void 0; | ||
exports.substitute = exports.upperFirst = exports.lowerFirst = void 0; | ||
@@ -495,2 +495,11 @@ var isBoolean_1 = require("./isBoolean"); | ||
}); | ||
var substitute_1 = require("./substitute"); | ||
Object.defineProperty(exports, "substitute", { | ||
enumerable: !0, | ||
get: function() { | ||
return __importDefault(substitute_1).default; | ||
} | ||
}); | ||
//# sourceMappingURL=index.js.map |
@@ -58,1 +58,2 @@ export { default as isBoolean } from './isBoolean'; | ||
export { default as upperFirst } from './upperFirst'; | ||
export { default as substitute } from './substitute'; |
@@ -114,2 +114,4 @@ export { default as isBoolean } from "./isBoolean"; | ||
export { default as upperFirst } from "./upperFirst"; | ||
export { default as substitute } from "./substitute"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@visactor/vutils", | ||
"version": "0.16.14", | ||
"version": "0.16.15", | ||
"main": "cjs/index.js", | ||
@@ -30,6 +30,6 @@ "module": "es/index.js", | ||
"@types/node": "*", | ||
"@internal/bundler": "0.0.1", | ||
"@internal/eslint-config": "0.0.1", | ||
"@internal/ts-config": "0.0.1", | ||
"@internal/jest-config": "0.0.1", | ||
"@internal/bundler": "0.0.1" | ||
"@internal/jest-config": "0.0.1" | ||
}, | ||
@@ -36,0 +36,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1413576
617
13932