PC/node_modules/html-comment-regex/index.js
2026-01-26 23:20:48 +08:00

3 lines
53 B
JavaScript

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