Skip to content

Find a value in a given object with programmable matching logic - node module

License

Notifications You must be signed in to change notification settings

gitfaf/find-this-value

Repository files navigation

find-this-value

Find a value in a given object with programmable matching logic - node module

Usage

  const ftv = require('find-this-value')
  ftv({a: 'b'}, 'b', (a, b) => a === b) // true
  ftv({a: 'b'}, 'a', (a, b) => a === b) // false

License

MIT © 2018 Git Faf

About

Find a value in a given object with programmable matching logic - node module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages