Gazebo_simulation-Frontend/node_modules/html-comment-regex/index.js

3 lines
53 B
JavaScript
Raw Normal View History

2020-12-21 11:29:31 -04:00
'use strict';
module.exports = /<!--([\s\S]*?)-->/g;