UNPKG

word-match-helper

Version:

Aho-Corasick based word-matching class. Match & filter words.

4 lines (3 loc) 113 B
import WordMatcher from './trees'; export { default as WordMatcher } from './trees'; export default WordMatcher;