UNPKG

187 BJavaScriptView Raw
1function _taggedTemplateLiteralLoose(strings, raw) {
2 if (!raw) {
3 raw = strings.slice(0);
4 }
5
6 strings.raw = raw;
7 return strings;
8}
9
10module.exports = _taggedTemplateLiteralLoose;
\No newline at end of file