Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@pansy/is-url

wangxingkang19MIT0.5.0TypeScript support: included

判断字符串是否为Url

readme

@pansy/is-url

判断字符串是否为 Url

📦 安装

// npm
npm install @pansy/is-url --save

// yarn
yarn add @pansy/is-url

🔨 使用

import isUrl from '@pansy/is-url';

console.log(isUrl('https://www.baidu.com'));
// => true