is-url-external

1.0.3 • Public • Published 3 years ago

A simple function that tells you whether an URL is external or not.

Installation

  • Latest release
  • Bower: bower install is-url-external
  • NPM: npm install is-url-external

Usage

var isExternal require('is-url-external');
isExternal('https://github.com/mrded/is-url-external')// true | false

相关文章:

  • 2021-11-29
  • 2021-09-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-18
  • 2021-05-02
  • 2022-01-08
  • 2021-11-24
  • 2021-09-10
  • 2022-02-02
  • 2021-07-27
相关资源
相似解决方案