@yamada-ui/utils
Advanced tools
Comparing version 0.0.0-dev-20231019162858 to 0.0.0-dev-20231104094345
@@ -1,2 +0,2 @@ | ||
export { Dict, Length, Path, Primitive, StringLiteral, Union } from './index.types.js'; | ||
export { Dict, Length, Merge, Path, Primitive, StringLiteral, Union } from './index.types.js'; | ||
export { cast, isArray, isEmpty, isFunction, isNotNumber, isNull, isNumber, isNumeric, isObject, isString, isUndefined, isUnit } from './assertion.js'; | ||
@@ -3,0 +3,0 @@ export { assignAfter, filterObject, filterUndefined, flattenObject, getMemoizedObject, getObject, keysFormObject, memoizeObject, merge, objectFromEntries, omitObject, pickObject, replaceObject, splitObject } from './object.js'; |
@@ -10,3 +10,6 @@ type Primitive = null | undefined | string | number | boolean | symbol | bigint; | ||
type Length = string | 0 | number; | ||
type Merge<T extends object> = { | ||
[K in keyof T]: T[K]; | ||
}; | ||
export { Dict, Length, Path, Primitive, StringLiteral, Union }; | ||
export { Dict, Length, Merge, Path, Primitive, StringLiteral, Union }; |
{ | ||
"name": "@yamada-ui/utils", | ||
"version": "0.0.0-dev-20231019162858", | ||
"version": "0.0.0-dev-20231104094345", | ||
"description": "Yamada UI utils", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
137446
3602