aboutsummaryrefslogtreecommitdiff
path: root/node_modules/html-comment-regex/index.js
blob: c0231bf51c5764cf98e35fc13cf6a3b592a0d9ed (plain)
1
2
'use strict';
module.exports = /<!--([\s\S]*?)-->/g;