sindresorhus / levenLinks
Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm
☆729Updated 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☆735Updated 2 weeks ago
- Delay a promise a specified amount of time☆623Updated 2 years ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated last year
- Create a promise that can be canceled☆447Updated last month
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,136Updated last month
- Safely and quickly serialize JavaScript objects☆353Updated 10 months ago
- Find a file or directory by walking up parent directories☆624Updated last month
- Implements the node.js require.resolve() algorithm☆788Updated this week
- Matches strings against configurable strings, globs, regular expressions, and/or functions☆401Updated 2 years ago
- Promisify an event by waiting for it to be emitted☆440Updated last month
- node byte string parser☆472Updated last year
- Copy files☆432Updated last week
- Promisify a callback-style function☆1,508Updated 3 years ago
- Get an available TCP port☆914Updated last month
- yet another zip library for node☆370Updated 9 months ago
- easily create complex multi-column command-line-interfaces.☆380Updated 2 months ago
- Get size of a JavaScript object☆323Updated last year
- Get the visual width of a string - the number of columns required to display it☆505Updated last month
- A simple tool to find an open port or domain socket on the current machine☆896Updated last month
- Unicode symbols with fallbacks for older terminals☆611Updated 11 months ago
- Load module from string☆298Updated 7 years ago
- Create text-based columns suitable for console output. Supports cell wrapping.☆435Updated 2 years ago
- Get, set, or delete a property from a nested object using a dot path☆847Updated 3 weeks ago
- Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.☆1,118Updated last month
- A terminal based horizontal guage aka, a progress bar☆321Updated last year
- Like JSON.stringify, but doesn't throw on circular references☆553Updated last year
- Timeout a promise after a specified amount of time☆294Updated 2 weeks ago
- Escape RegExp special characters☆596Updated 5 months ago
- Asynchronous function queue with adjustable concurrency☆774Updated 2 years ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆355Updated 11 months ago