A suite to track Project Diva score statistics and ratings / D4DJ event data.
projectdivar/server/node_modules/lodash/_reEscape.js

5 lines
105 B

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