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

13 lines
385 B
JavaScript
Executable file

var _sliceInstanceProperty = require("@babel/runtime-corejs3/core-js/instance/slice");
function _taggedTemplateLiteralLoose(strings, raw) {
if (!raw) {
raw = _sliceInstanceProperty(strings).call(strings, 0);
}
strings.raw = raw;
return strings;
}
module.exports = _taggedTemplateLiteralLoose;
module.exports["default"] = module.exports, module.exports.__esModule = true;