sindresorhus / split-linesLinks
Split lines into an array of lines
☆44Updated last year
Alternatives and similar repositories for split-lines
Users that are interested in split-lines are comparing it to the libraries listed below
Sorting:
- A list of directories you should ignore by default☆23Updated 3 years ago
- Turn an object into a string of HTML attributes☆49Updated 2 years ago
- Truncate a URL to a specific length☆61Updated 4 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Get metadata on the default editor or a specific editor☆53Updated 2 weeks ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year
- Get the user agent of a recent Chrome version to pretend to be a browser in network requests☆36Updated last year
- Get the path of the caller module☆65Updated 3 years ago
- PostCSS plugin to discard overridden keyframes or counter-style.☆16Updated 9 years ago
- Check if a path is a file, directory, or symlink☆78Updated last year
- Conditional promise chains☆62Updated 4 years ago
- Get namespaced config from the closest package.json☆120Updated last year
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆40Updated 4 years ago
- Split a string at one or more indices☆23Updated 4 years ago
- Exit the process when the `esc` key is pressed☆56Updated last year
- Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`☆55Updated 3 years ago
- Check if your code is running as an npm or yarn script☆64Updated 2 weeks ago
- A stylelint processor for linting CSS in markdown☆26Updated 3 years ago
- Modify the values of an object☆27Updated 4 years ago
- Strip the final newline character from a string/buffer☆36Updated 11 months ago
- Check if a value is an object☆40Updated 4 years ago
- Detect the dominant newline character of a string☆55Updated 2 years ago
- Get the first path that exists on disk of multiple paths☆59Updated last week
- Filter object keys and values into a new object☆104Updated last year
- Check when the DOM has loaded like `DOMContentLoaded`☆110Updated last year
- Mimic a Node.js HTTP response stream☆59Updated last year
- Linkify GitHub issue references☆46Updated 2 weeks ago
- Check if a string is a URL☆86Updated 2 years ago
- Stylelint shareable config for XO☆40Updated 4 months ago
- Find array elements. Executes a callback for each element, returns the first element for which its callback returns a truthy value.☆29Updated 6 years ago