rittenhop-dev/versions/5.94.2/node_modules/is-uri
2024-09-23 19:40:12 -04:00
..
src first commit 2024-09-23 19:40:12 -04:00
LICENSE.md first commit 2024-09-23 19:40:12 -04:00
package.json first commit 2024-09-23 19:40:12 -04:00
README.md first commit 2024-09-23 19:40:12 -04:00

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