line_push/node_modules/html-comment-regex/index.js
2022-07-17 13:16:16 +08:00

3 lines
53 B
JavaScript

'use strict';
module.exports = /<!--([\s\S]*?)-->/g;