JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 43628
  • Score
    100M100P100Q141153F
  • License MIT

Determinate if a string is a valid URI.

Package Exports

  • is-uri
  • is-uri/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (is-uri) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

is-uri

Last version Coverage Status NPM Status

Determinate if a string is a valid URI. Based in uri but works out of the box and improved.

Install

$ npm install is-uri --save

Usage

var isUri = require('is-uri')
isUri('http://google.com') //=> true

API

isUri(str, [options])

options are passed to parse-uri module.

  • parse-uri – Lightweight module for parse an URI.

License

MIT © Kiko Beats