UNPKG

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