Files
biomedjs/node_modules/lodash/internal/reEscape.js
Dobie Wollert 411ee25a5e more work
2015-04-20 05:31:12 -04:00

5 lines
105 B
JavaScript

/** Used to match template delimiters. */
var reEscape = /<%-([\s\S]+?)%>/g;
module.exports = reEscape;