Blame view

node_modules/html-comment-regex/index.js 53 Bytes
aaac7fed   liuqimichale   add
1
2
  'use strict';
  module.exports = /<!--([\s\S]*?)-->/g;