innovationDriveApp/node_modules/html-comment-regex/index.js
2018-07-08 19:21:40 +10:00

2 lines
53 B
JavaScript

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