UNPKG

nlcst-normalize

Version:

nlcst utility to normalize a word for easier comparison

3 lines (2 loc) 100 B
export { normalize } from "./lib/index.js"; export type Options = import('./lib/index.js').Options;