PHP 8.2.30
Preview: index.js Size: 441 B
/home/byroehnu/easepay.easetack.com/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: 5

Name Size Perms Modified Actions
127 B lr--r--r-- 2026-03-14 01:49:19
Edit Download
441 B lrw-r--r-- 2026-02-03 15:06:46
Edit Download
1.06 KB lrw-r--r-- 2026-02-03 15:06:46
Edit Download
1.19 KB lrw-r--r-- 2026-02-03 15:06:44
Edit Download
3.39 KB lrw-r--r-- 2026-02-03 15:06:44
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).