sindresorhus / irregular-pluralsLinks
Map of nouns to their irregular plural form
☆89Updated last year
Alternatives and similar repositories for irregular-plurals
Users that are interested in irregular-plurals are comparing it to the libraries listed below
Sorting:
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆141Updated 3 years ago
- Get metadata on the default editor or a specific editor☆53Updated 2 years ago
- Turn an object into a string of HTML attributes☆49Updated 2 years ago
- Filter object keys and values into a new object☆104Updated last year
- Simplified high resolution timing☆82Updated 11 months ago
- Check when the DOM has loaded like `DOMContentLoaded`☆110Updated last year
- Stylelint shareable config for XO☆40Updated 3 months ago
- Boxes for use in the terminal☆102Updated last year
- Exit the process when the `esc` key is pressed☆56Updated last year
- Randomize the order of items in an array☆106Updated 3 years ago
- Check if a string is a URL☆85Updated 2 years ago
- Check if your package was installed globally☆70Updated last year
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year
- Get the visual width of the widest line in a string - the number of columns required to display it☆38Updated last year
- Split lines into an array of lines☆44Updated last year
- Regular expression for matching issue references☆49Updated 11 months ago
- Detect the dominant newline character of a string☆55Updated last year
- Check if argv has a specific flag☆93Updated 4 years ago
- Replace all substring matches in a string☆88Updated 4 years ago
- Get the user agent of a recent Chrome version to pretend to be a browser in network requests☆36Updated last year
- Mimic a Node.js HTTP response stream☆59Updated last year
- Check if a path is a file, directory, or symlink☆78Updated last year
- Reverse minimist. Convert an object of options into an array of command-line arguments☆184Updated 2 years ago
- Alphabetically sort an array of strings☆39Updated 4 years ago
- Truncate a URL to a specific length☆61Updated 4 years ago
- Get the first path that exists on disk of multiple paths☆59Updated 2 years ago
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated 2 years ago
- Trim newlines from the start and/or end of a string☆48Updated 2 years ago
- Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`☆55Updated 3 years ago