UNPKG

@babel/helpers

Version:

Collection of helper functions used by Babel transforms.

16 lines (13 loc) 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _taggedTemplateLiteralLoose; function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; } //# sourceMappingURL=taggedTemplateLiteralLoose.js.map