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

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
原文地址:https://www.cnblogs.com/dekevin/p/12327015.html