find-alternatives

1.0.1 • Public • Published

Find alternatives

Small library to find alternatives to specified keyword.

Example:

const findAlternatives = require('find-alternatives');
const options = [ 'create', 'delete', 'update' ];

findAlternatives('creat', options); // [ 'create' ]
findAlternatives('creajt', options); // [ 'create' ]
findAlternatives('something', options); // []

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i find-alternatives

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • rangoo