levenary@1.0.0
> Given a string, A and an array of strings XS, return the string X from XS whose Levenshtein distance from A is minimal.
MIT
2019-12-19
安装 (1.0.0)
npm install levenary@1.0.0
yarn add levenary@1.0.0
pnpm add levenary@1.0.0
bun add levenary@1.0.0
dependencies (1)
| 包名 | 版本要求 |
|---|---|
| leven | ^3.1.0 |
devDependencies (5)
| 包名 | 版本要求 |
|---|---|
| @babel/cli | ^7.7.5 |
| @babel/core | ^7.7.5 |
| @babel/preset-env | ^7.7.6 |
| babel-jest | ^24.9.0 |
| jest | ^24.9.0 |