knowledgebase_law/node_modules/shebang-regex/index.js
2025-04-11 11:47:09 -04:00

3 lines
42 B
JavaScript

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