@deboxsoft/module-core
Advanced tools
Comparing version 1.5.7 to 1.5.8
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "1.5.7", | ||
"version": "1.5.8", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -46,3 +46,3 @@ "maintainers": [ | ||
}, | ||
"gitHead": "18a65487ac12a27273118a57159bee9b54dbecbf" | ||
"gitHead": "a31f94fd95405db2aa017d1462a9e61aed661ee2" | ||
} |
@@ -6,6 +6,3 @@ 'use strict'; | ||
var changeCase = require('change-case'); | ||
var nanoid = require('nanoid'); | ||
const generateId = nanoid.nanoid; | ||
function isObject(val) { | ||
@@ -103,3 +100,2 @@ return val != null && typeof val === "object" && Array.isArray(val) === false; | ||
exports.debounce = debounce; | ||
exports.generateId = generateId; | ||
exports.isEmpty = isEmpty; | ||
@@ -106,0 +102,0 @@ exports.isObject = isObject; |
export * from 'change-case'; | ||
declare const generateId: (size?: number) => string; | ||
declare function isObject(val: any): boolean; | ||
@@ -91,2 +89,2 @@ declare function isPlainObject(o: any): boolean; | ||
export { clamp, debounce, generateId, isEmpty, isObject, isPlainObject, isString, pickBy, pull, throttle }; | ||
export { clamp, debounce, isEmpty, isObject, isPlainObject, isString, pickBy, pull, throttle }; |
export * from 'change-case'; | ||
import { nanoid } from 'nanoid'; | ||
const generateId = nanoid; | ||
function isObject(val) { | ||
@@ -88,3 +85,3 @@ return val != null && typeof val === "object" && Array.isArray(val) === false; | ||
export { clamp, debounce, generateId, isEmpty, isObject, isPlainObject, isString, pickBy, pull, throttle }; | ||
export { clamp, debounce, isEmpty, isObject, isPlainObject, isString, pickBy, pull, throttle }; | ||
//# sourceMappingURL=utils.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
245274
412