PHP 7.4.33
Preview: index.d.ts Size: 446 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/shebang-regex/index.d.ts
/**
Regular expression for matching a [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) line.

@example
```
import shebangRegex = require('shebang-regex');

const string = '#!/usr/bin/env node\nconsole.log("unicorns");';

shebangRegex.test(string);
//=> true

shebangRegex.exec(string)[0];
//=> '#!/usr/bin/env node'

shebangRegex.exec(string)[1];
//=> '/usr/bin/env node'
```
*/
declare const shebangRegex: RegExp;

export = shebangRegex;

Directory Contents

Dirs: 0 × Files: 5
Name Size Perms Modified Actions
446 B lrw-r--r-- 2025-03-28 11:04:31
Edit Download
42 B lrw-r--r-- 2025-03-28 11:04:31
Edit Download
1.08 KB lrw-r--r-- 2025-03-28 11:04:31
Edit Download
582 B lrw-r--r-- 2025-03-28 11:04:31
Edit Download
649 B lrw-r--r-- 2025-03-28 11:04:31
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).