xtf e538decb69 药品分类 пре 11 месеци
..
index.d.ts e538decb69 药品分类 пре 11 месеци
index.js e538decb69 药品分类 пре 11 месеци
license e538decb69 药品分类 пре 11 месеци
package.json e538decb69 药品分类 пре 11 месеци
readme.md e538decb69 药品分类 пре 11 месеци

readme.md

is-absolute-url Build Status

Check if a URL is absolute

Install

$ npm install is-absolute-url

Usage

const isAbsoluteUrl = require('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.