zl程序教程

您现在的位置是:首页 >  其它

当前栏目

TypeError: (0 , _utils.isExternal) is not a function

not is Function TypeError utils
2023-09-11 14:17:09 时间

is-url-external

1.0.3 • Public • Published 3 years ago

Is URL External?

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