summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/shebang-regex/index.js
blob: 63fc4a0b678909ba66c6dac127a64b0836bbd67d (plain)
1
2
'use strict';
module.exports = /^#!(.*)/;