Sign in
apache
/
nifi-fds
/
gh-pages
/
.
/
node_modules
/
html-comment-regex
/
index.js
blob: c0231bf51c5764cf98e35fc13cf6a3b592a0d9ed [
file
] [
log
] [
blame
]
'use strict'
;
module
.
exports
=
/<!--([\s\S]*?)-->/
g
;