+1
-1
| { | ||
| "name": "digout", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "Digout recursively extracts and navigates deeply nested data structures, bridging the gaps left by JavaScript's native methods. Flatten multidimensional arrays into a single linear vertical, simplifying preprocessing tasks in AI and machine learning.", | ||
@@ -5,0 +5,0 @@ "main": "digout.js", |
+1
-1
@@ -11,3 +11,3 @@ # Digout | ||
| #### Parameters | ||
| * `data` (Object | Array | any): The data structure from which to dig out the value. This should be an object or an array. If a string, number, boolean, `undefined` or `null` is passed [_Digout_](https://www.npmjs.com/package/digout) will return an empty object. | ||
| * `data` (Object | Array | any): The data structure from which to dig out the value. This should be an object or an array. If a string, number, boolean, `undefined` or `null` is passed [_Digout_](https://www.npmjs.com/package/digout) will appropriately return an empty object. | ||
@@ -14,0 +14,0 @@ * `enum` (String, optional): Specifies the type of data to dig out. It can be one of the following: |
26766
0.05%