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
Lightweight fuzzy-search, in JavaScript, with zero dependencies
Check out the demo & usage
Table of Contents
Where-to-post summary
- How do I? -- StackOverflow
- I got this error, why? -- StackOverflow
- I got this error and I'm sure it's a bug -- file an issue
- I have an idea/request -- file an issue
- You're a horrible human being -- send me an email
- You're awesome -- support Fuse.js development with Patreon/PayPal
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
.