shift73k/assets_old/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js

8 lines
No EOL
155 B
JavaScript

export default function _taggedTemplateLiteralLoose(strings, raw) {
if (!raw) {
raw = strings.slice(0);
}
strings.raw = raw;
return strings;
}