UNPKG

@nodesecure/js-x-ray

Version:
4 lines 198 B
export function toLiteral(templateLiteral) { return templateLiteral.quasis.map(({ tail, value: { raw } }, i) => (tail ? raw : `${raw}\${${i}}`)).join(""); } //# sourceMappingURL=toLiteral.js.map