array-query icon indicating copy to clipboard operation
array-query copied to clipboard

Provides an interface to pull objects out of an array with minimal code. Useful for Backbone collections and similar scenarios. Backbone and node.js

Results 2 array-query issues
Sort by recently updated
recently updated
newest added

Hi, TypeScript: 5.3.2 Node: 21.1.0 pnpm: 8.6.12 When I tried to use this library with TypeScript, I got the following error: ``` Could not find a declaration file for module...

One thing I definitely would want to do is operating with two fields; so I wrote this patch. It's probably not production-ready (for example, the query.boxed.forceDate property as queried in...