hensei-web/node_modules/html-comment-regex/index.js
2020-09-11 06:44:42 -07:00

2 lines
53 B
JavaScript

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