name-suggestion-index/index.mjs
Bryan Housel 1c4fc70e3b WIP Modernize
- switch to type: module
- replace all CJS require/module.exports with ES6 import/expor
2021-06-22 00:04:52 -04:00

3 lines
134 B
JavaScript

export { Matcher } from './lib/matcher.js';
export { simplify } from './lib/simplify.js';
export { stemmer } from './lib/stemmer.js';