sindresorhus / protocolifyLinks
Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths
☆25Updated 3 years ago
Alternatives and similar repositories for protocolify
Users that are interested in protocolify are comparing it to the libraries listed below
Sorting:
- Truncate a semver version: 1.2.3 → 1.2.0☆18Updated 3 years ago
- Strip UTF-8 byte order mark (BOM) from a buffer☆21Updated 2 years ago
- Clone and modify a RegExp instance☆24Updated 3 years ago
- Check if a value is a Blob☆24Updated 2 years ago
- Strip shebang (eg. #!/bin/sh) from a string☆11Updated 4 years ago
- Check if a value is an error constructor☆14Updated 4 years ago
- Create an array with values that are present in the first input array but not additional ones☆41Updated 4 years ago
- Lowercase the keys of an object☆41Updated 2 years ago
- Get the visual width of the widest line in a string - the number of columns required to display it☆39Updated 2 years ago
- Split a string at one or more indices☆25Updated 4 years ago
- Get the version of a binary in semver format☆42Updated last year
- Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz☆20Updated 3 years ago
- Sort an array of numbers