sindresorhus / is-relative-url
Check if a URL is relative
☆24Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for is-relative-url
- Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz☆19Updated 2 years ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Convert directories to glob compatible strings☆44Updated 5 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 3 years ago
- Simple cache config handling for your app or module☆21Updated 7 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated 3 years ago
- Strip the final newline character from a string/buffer☆35Updated 3 weeks ago
- Strip UTF-8 byte order mark (BOM) from a buffer☆19Updated last year
- Check if a file path is a compressed file☆16Updated 6 months ago
- Get the user agent of a recent Chrome version to pretend to be a browser in network requests☆36Updated last year
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated 7 months ago
- Check if a value is an error constructor☆13Updated 3 years ago
- Track the list of currently unhandled promise rejections☆24Updated 5 years ago
- Check if a file is executable☆31Updated 6 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 2 years ago
- Returns an array filled with the specified input☆43Updated 2 years ago
- Extends `stats.isDirectory()`, returns `true` if a filepath is a directory.☆27Updated 8 years ago
- Get the version of a binary in semver format☆35Updated 7 months ago
- Convert a file path to a file URL: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆60Updated 7 months ago
- normalize a ranged value that wraps. ( i.e. angular range [0-360), where 400 === 40 and -20 === 340)☆17Updated 2 years ago
- Get the version of a binary in semver format☆42Updated 7 months ago
- Clone and modify a RegExp instance☆23Updated 2 years ago
- Mimic a Node.js HTTP response stream☆59Updated last year
- Get the first path that exists on disk of multiple paths☆58Updated last year
- Transform the first chunk in a stream☆27Updated last year
- ES2015 Number.isFinite() ponyfill☆19Updated 3 years ago
- Check if something is a generator function☆23Updated 2 years ago
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated last year
- Repeat a string - fast☆34Updated 3 years ago
- Truncate a semver version: 1.2.3 → 1.2.0☆17Updated 2 years ago