hello-world-javascript-action/node_modules/shebang-regex/index.js

3 lines
40 B
JavaScript
Raw Normal View History

2019-08-07 04:05:52 +00:00
'use strict';
module.exports = /^#!.*/;