PHP 7.4.33
Preview: index.js Size: 568 B
/var/www/cookieconsent.bitkit.dk/httpdocs/node_modules/is-module/index.js
// no idea what these regular expressions do,
// but i extracted it from https://github.com/yahoo/js-module-formats/blob/master/index.js#L18
var ES6ImportExportRegExp = /(?:^\s*|[}{\(\);,\n]\s*)(import\s+['"]|(import|module)\s+[^"'\(\)\n;]+\s+from\s+['"]|export\s+(\*|\{|default|function|var|const|let|[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*))/;

var ES6AliasRegExp = /(?:^\s*|[}{\(\);,\n]\s*)(export\s*\*\s*from\s*(?:'([^']+)'|"([^"]+)"))/;

module.exports = function (sauce) {
  return ES6ImportExportRegExp.test(sauce)
    || ES6AliasRegExp.test(sauce);
};

Directory Contents

Dirs: 0 × Files: 5
Name Size Perms Modified Actions
5 B lrw-r--r-- 2025-06-16 05:45:39
Edit Download
242 B lrw-r--r-- 2025-06-16 05:45:39
Edit Download
568 B lrw-r--r-- 2025-06-16 05:45:39
Edit Download
489 B lrw-r--r-- 2025-06-16 05:45:39
Edit Download
1.54 KB lrw-r--r-- 2025-06-16 05:45:39
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).