3
0
Fork 0
mirror of https://gitea.com/actions/setup-node.git synced 2024-11-24 11:09:33 +01:00
setup-node/node_modules/shebang-regex/index.js

3 lines
40 B
JavaScript
Raw Normal View History

2019-08-07 00:29:44 +02:00
'use strict';
module.exports = /^#!.*/;