PHP 7.4.33
Preview: index.js Size: 441 B
/var/www/cookieconsent.bitkit.dk/httpdocs/node_modules/is-extglob/index.js
/*!
 * is-extglob <https://github.com/jonschlinkert/is-extglob>
 *
 * Copyright (c) 2014-2016, Jon Schlinkert.
 * Licensed under the MIT License.
 */

module.exports = function isExtglob(str) {
  if (typeof str !== 'string' || str === '') {
    return false;
  }

  var match;
  while ((match = /(\\).|([@?!+*]\(.*\))/g.exec(str))) {
    if (match[2]) return true;
    str = str.slice(match.index + match[0].length);
  }

  return false;
};

Directory Contents

Dirs: 0 × Files: 4
Name Size Perms Modified Actions
441 B lrw-r--r-- 2025-06-16 05:45:39
Edit Download
1.06 KB lrw-r--r-- 2025-06-16 05:45:39
Edit Download
1.19 KB lrw-r--r-- 2025-06-16 05:45:39
Edit Download
3.39 KB lrw-r--r-- 2025-06-16 05:45:39
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).