JSPM

  • Created
  • Published
  • Downloads 3677551
  • Score
    100M100P100Q200076F
  • License Apache-2.0

Lightweight fuzzy-search

Package Exports

  • fuse.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fuse.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Fuse.js logo

Version Downloads Contributors License

Supporting Fuse.js

Fuse.js is an Apache License open source project. Maintaining and updating it takes up a good chunk of time, and there's still plenty of work to do. To be able to provide the project with the attention it deserves, I decided to experiment with sponsorship and/or support. If this works out, I can route the chunk of time that is usually spent on lucrative endeavors to this project.

If you'd like to join the list of these awesome backers, please consider:

Special Sponsors

[Get your company name here]


Introduction

Fuse.js is a lightweight fuzzy-search, in JavaScript, with zero dependencies.

Documentation

To checkout out live examples and docs, visit fusejs.io.

Contributing

Coding conventions

Code should be run through Standard Format.

Testing

Before submitting a pull request, please add relevant tests in test/index.js, and execute them via npm test.