projecte_ionic/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js
2022-02-09 18:30:03 +01:00

11 lines
265 B
JavaScript
Executable file

function _taggedTemplateLiteralLoose(strings, raw) {
if (!raw) {
raw = strings.slice(0);
}
strings.raw = raw;
return strings;
}
module.exports = _taggedTemplateLiteralLoose;
module.exports["default"] = module.exports, module.exports.__esModule = true;