uni-ticket-system/node_modules/shebang-regex/index.js
2023-12-05 10:11:10 +08:00

3 lines
42 B
JavaScript

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