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

3 lines
40 B
JavaScript
Raw Normal View History

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