November 2025

JavaScript Search and Match with Sorting Project

A great little JavaScript search tool:

match-sorter from kentcdodds

NOTE: This is now a typescript project.

I'm converting it by pulling the src/index.ts file and running it through:

https://transform.tools/typescript-to-javascript

There's also a `import removeAccents from "remove-accents";` call that I take out along with the call that uses it down in the script.

end of line