Queries objects in memory using a mongo-like notation for reaching into objects and filtering for records
- Source:
- License:
- MIT
(require("documents/probe"))(obj, qu) → {boolean}
- Source:
Returns true if all items match the query
Parameters:
Name | Type | Description |
---|---|---|
obj |
array | object | The object to query |
qu |
object | The query to execute. See |
Returns:
- Type
- boolean
Requires
- module:lodash