is-absolute-url
TypeScript icon, indicating that this package has built-in type declarations

4.0.1 • Public • Published

is-absolute-url

Check if a URL is absolute

Install

$ npm install is-absolute-url

Usage

import isAbsoluteUrl from 'is-absolute-url';

isAbsoluteUrl('https://sindresorhus.com/foo/bar');
//=> true

isAbsoluteUrl('//sindresorhus.com');
//=> false

isAbsoluteUrl('foo/bar');
//=> false

Related

See is-relative-url for the inverse.


Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

Package Sidebar

Install

npm i is-absolute-url

Weekly Downloads

9,889,231

Version

4.0.1

License

MIT

Unpacked Size

3.52 kB

Total Files

5

Last publish

Collaborators

  • sindresorhus