Files
biomedjs/node_modules/lodash/internal/reEscape.js

5 lines
105 B
JavaScript
Raw Permalink Normal View History

2015-04-20 05:31:12 -04:00
/** Used to match template delimiters. */
var reEscape = /<%-([\s\S]+?)%>/g;
module.exports = reEscape;