UNPKG

@swc/helpers

Version:

External helpers for the swc project.

7 lines (5 loc) 240 B
export function _tagged_template_literal(strings, raw) { if (!raw) raw = strings.slice(0); return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); } export { _tagged_template_literal as _ };