and-search

1.0.0 • Public • Published

and-search

a simple "and" search in javascript.

example

var andsearch = require('and-search')
 
var notes = [
  'very cool note',
  'things good and pending',
  'my client work',
  'assorted notes on trout',
  'mighty casey has just struck trout'
]
 
andsearch(notes, ['Trout', 'casey'])
//  ['mighty casey has just struck trout']
 

/and-search/

    Package Sidebar

    Install

    npm i and-search

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • elsehow