Blame view

node_modules/html-comment-regex/index.js 53 Bytes
ce4c83ff   wxy   初始提交
1
2
  'use strict';
  module.exports = /<!--([\s\S]*?)-->/g;