iwmlib/lib/3rdparty/systemjs/babel-helpers/taggedTemplateLiteralLoose.js

4 lines
84 B
JavaScript

export default (function (strings, raw) {
strings.raw = raw;
return strings;
});