simonlast / node-persist

Super-easy persistent data structures in Node.js
MIT License
719 stars 78 forks source link

valuesWithKeyMatch() throwing TypeError #113

Closed toddwilson closed 5 years ago

toddwilson commented 5 years ago

Resolving an issue where valuesWithKeyMatch() throws 'TypeError: key.indexOf is not a function' and adding relevant tests.

akhoury commented 5 years ago

thanks @toddwilson looks good