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

7 lines
159 B
JavaScript

export default (function (strings, raw) {
return Object.freeze(Object.defineProperties(strings, {
raw: {
value: Object.freeze(raw)
}
}));
});