lil-wingman
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -9,4 +9,5 @@ type TreeNode<T> = T & { | ||
declare function isObject(obj: unknown): boolean; | ||
declare function isObject<T>(obj: T): boolean; | ||
declare function hasOwnProperty<T>(obj: T, key: PropertyKey): boolean; | ||
export { arrayToTree, arrayToTreeReduce, isArray, isObject }; | ||
export { arrayToTree, arrayToTreeReduce, hasOwnProperty, isArray, isObject }; |
@@ -1,1 +0,2 @@ | ||
export declare function isObject(obj: unknown): boolean; | ||
export declare function isObject<T>(obj: T): boolean; | ||
export declare function hasOwnProperty<T>(obj: T, key: PropertyKey): boolean; |
{ | ||
"name": "lil-wingman", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "lucystwt", |
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
5140
26