EITS-web/node_modules/shebang-regex/index.js
2025-12-06 09:54:52 -05:00

3 lines
42 B
JavaScript

'use strict';
module.exports = /^#!(.*)/;