sindresorhus / levenLinks
Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm
☆723Updated last month
Alternatives and similar repositories for leven
Users that are interested in leven are comparing it to the libraries listed below
Sorting:
- Simple “Least Recently Used” (LRU) cache☆705Updated last month
- Copy files☆429Updated 10 months ago
- Create a promise that can be canceled☆444Updated 2 years ago
- Temporary file and directory creator for node.js☆752Updated last month
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆355Updated 11 months ago
- Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.☆1,108Updated 2 months ago
- Delay a promise a specified amount of time☆614Updated last year
- Get a random temporary file or directory path☆429Updated last year
- Find a file or directory by walking up parent directories☆609Updated 2 months ago
- node byte string parser☆469Updated 10 months ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,118Updated 3 months ago
- Normalize a URL☆847Updated last year
- Implements the node.js require.resolve() algorithm☆783Updated 5 months ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆349Updated 7 months ago
- Matches strings against configurable strings, globs, regular expressions, and/or functions☆395Updated 2 years ago
- Get the visual width of a string - the number of columns required to display it☆490Updated 11 months ago
- Timeout a promise after a specified amount of time☆290Updated 5 months ago
- Memoize promise-returning & async functions☆407Updated last year
- Safely and quickly serialize JavaScript objects☆351Updated 5 months ago
- Simple wildcard matching☆540Updated 3 years ago
- A Node.js file system walker with a Readable stream interface. Extracted from fs-extra.☆320Updated 2 years ago
- Promisify a callback-style function☆1,506Updated 2 years ago
- Extends minimatch.match() with support for multiple patterns☆303Updated last year
- A cross platform solution to node's spawn and spawnSync☆1,144Updated 6 months ago
- easily create complex multi-column command-line-interfaces.☆374Updated last month
- Easily load and persist config without having to think about where and how☆876Updated 5 months ago
- Update notifications for your CLI app☆1,772Updated 5 months ago
- Convert bytes to a human readable string: 1337 → 1.34 kB☆1,189Updated last month
- Convert a string to a valid safe filename☆501Updated 2 years ago
- Quickly scan for CLI flags and arguments☆649Updated last year