Browser/WebAssembly build of @stll/text-search with the same API and Vite integration helpers.
Multi-engine text search orchestrator for Node.js and Bun. Routes literals, regex, and fuzzy patterns to the right engine automatically.
Zero-dependency TypeScript Aho-Corasick multi-pattern string search: find all occurrences of N patterns in O(text+matches) time. Port of Python pyahocorasick. Drop-in for abandoned 'ahocorasick' npm package.