faltu icon indicating copy to clipboard operation
faltu copied to clipboard

Search sort, filter, limit an array of objects in Mongo-style.

Results 1 faltu issues
Sort by recently updated
recently updated
newest added

Love the library idea. Boundary case! Doesn't handle `{$ne: null}` properly. ``` const data = [{prop: null}, {prop: 'hi'}] const f = new Faltu(data) console.log(f.find({prop: {$ne: null}}).get().length) // logs 0...

bug