FLUJOS/VISUALIZACION/node_modules/html-comment-regex/index.js
2025-11-07 00:06:12 +01:00

2 lines
53 B
JavaScript
Executable file

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