@depthbomb/double-metaphone
v3.0.0
Published
Fast Double Metaphone algorithm
Downloads
2
Readme
@depthbomb/double-metaphone
This is a pure TypeScript fork of double-metaphone as a library-only package that also supports both ESM and CJS, because it really isn't that hard.
The API hasn't changed so you can refer to the original documentation of the library for usage.
Changes from original project
- Ported completely to TypeScript
- Works with both ESM and CJS projects
- No CLI included