Son CV dans un terminal web en Javascript! https://terminal-cv.gregandev.fr
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
greglebreton 4e8a693745 add garagenum exp + maj url site projets 2 years ago
..
index.d.ts add garagenum exp + maj url site projets 2 years ago
index.js add garagenum exp + maj url site projets 2 years ago
license add garagenum exp + maj url site projets 2 years ago
package.json add garagenum exp + maj url site projets 2 years ago
readme.md add garagenum exp + maj url site projets 2 years ago

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

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.