jstd-web/node_modules/is-url
liang.chao ae9cf31198 Initial commit 2025-11-25 15:23:22 +08:00
..
test Initial commit 2025-11-25 15:23:22 +08:00
.travis.yml Initial commit 2025-11-25 15:23:22 +08:00
History.md Initial commit 2025-11-25 15:23:22 +08:00
LICENSE-MIT Initial commit 2025-11-25 15:23:22 +08:00
Readme.md Initial commit 2025-11-25 15:23:22 +08:00
index.js Initial commit 2025-11-25 15:23:22 +08:00
package.json Initial commit 2025-11-25 15:23:22 +08:00

Readme.md

is-url

Check whether a string is a URL.

Installation

npm install is-url

API

isUrl(string)

Returns a Boolean indicating whether string is a URL.

License

MIT