1
0
mirror of https://github.com/actions/labeler synced 2026-05-05 11:17:48 +02:00
Files
labeler/node_modules/shebang-regex/index.js
Shawn Napora 660b172085 add modules
2019-08-08 10:10:17 -04:00

3 lines
40 B
JavaScript

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