1.0.19 • Published 3 years ago

react-match-finder v1.0.19

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

#Usage

import getMatches from 'react-match-finder'

const array = ('test', ['test', 'testing', {name: 'test'}, [{name: 'testing'}], 'nothing here'], 50)
const searchInput = 'test'
// match percentage
const percentMatch = 50
const matches = getMatches('test', array, percentMatch) //  returns ['test', 'testing', {name: 'test'}, [{name: 'testing'}]]
1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago