object-array-utils
Advanced tools
+6
-6
| { | ||
| "name": "object-array-utils", | ||
| "version": "3.1.0", | ||
| "version": "3.2.0", | ||
| "description": "Utilities for working with arrays and objects", | ||
@@ -19,7 +19,7 @@ "funding": "https://github.com/mathieuprog/object-array-utils?sponsor=1", | ||
| "devDependencies": { | ||
| "@tsconfig/node18": "^2.0.0", | ||
| "rollup": "^3.20.7", | ||
| "typescript": "^5.0.4", | ||
| "vite": "^4.3.1", | ||
| "vitest": "^0.30.1" | ||
| "@tsconfig/node18": "^18.2.1", | ||
| "rollup": "^3.28.1", | ||
| "typescript": "^5.2.2", | ||
| "vite": "^4.4.9", | ||
| "vitest": "^0.34.3" | ||
| }, | ||
@@ -26,0 +26,0 @@ "repository": { |
+5
-1
| # `object-array-utils` | ||
| `object-array-utils` allows to check the type of an object or an array. | ||
| `object-array-utils` is a JavaScript library offering utilities for advanced array and object manipulation. | ||
@@ -120,2 +120,6 @@ ```javascript | ||
| import { cloneShape } from 'object-array-utils'; | ||
| cloneShape({ foo: [{ bar: 1 }] }) | ||
| import { deepFreeze } from 'object-array-utils'; | ||
@@ -122,0 +126,0 @@ |
49670
0.25%211
1.93%