django-vue3-admin-web/node_modules/is-url
2025-10-20 21:21:14 +08:00
..
test 初始化 2025-10-20 21:21:14 +08:00
.travis.yml 初始化 2025-10-20 21:21:14 +08:00
History.md 初始化 2025-10-20 21:21:14 +08:00
index.js 初始化 2025-10-20 21:21:14 +08:00
LICENSE-MIT 初始化 2025-10-20 21:21:14 +08:00
package.json 初始化 2025-10-20 21:21:14 +08:00
Readme.md 初始化 2025-10-20 21:21:14 +08:00

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