# @ungap/template-literal

> A feature detected fix for non unique template literals

Latest version **0.6.0** (published 2020-06-27) · ISC license · 0 weekly downloads

## Install

```sh
npm install @ungap/template-literal
pnpm add @ungap/template-literal
yarn add @ungap/template-literal
bun add @ungap/template-literal
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.6.0 |
| Published | 2020-06-27 |
| First published | 2018-11-28 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 10.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Andrea Giammarchi |
| Maintainers | webreflection |
| Keywords | template, literal, polyfill, legacy, ungap |

## Links

- npm: https://www.npmjs.com/package/@ungap/template-literal
- Repository: https://github.com/ungap/map
- Homepage: https://github.com/ungap/map#readme
- Issues: https://github.com/ungap/map/issues
- npm.io page: https://npm.io/package/@ungap/template-literal

## Dependencies (1)

- [@ungap/weakmap](https://npm.io/package/@ungap/weakmap.md) ^0.2.1

## Recent versions

- 0.6.0 (latest) — 2020-06-27
- 0.5.0 — 2020-05-02
- 0.4.1 — 2019-08-23
- 0.4.0 — 2019-06-13
- 0.3.0 — 2019-06-13
- 0.2.0 — 2019-02-13
- 0.0.1 — 2019-02-13
- 0.1.3 — 2019-01-11
- 0.1.2 — 2019-01-05
- 0.1.1 — 2019-01-05
- 0.1.0 — 2018-11-28

## README

# Template Literal

[![Build Status](https://travis-ci.com/ungap/template-literal.svg?branch=master)](https://travis-ci.com/ungap/template-literal) [![Coverage Status](https://coveralls.io/repos/github/ungap/template-literal/badge.svg?branch=master)](https://coveralls.io/github/ungap/template-literal?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/ungap/template-literal.svg)](https://greenkeeper.io/) ![WebReflection status](https://offline.report/status/webreflection.svg)

A feature detected fix for non unique [template literals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals).

  * CDN as global utility via https://unpkg.com/@ungap/template-literal
  * ESM via `import templateLiteral from '@ungap/template-literal'`
  * CJS via `const templateLiteral = require('@ungap/template-literal')`

[Live test](https://ungap.github.io/template-literal/test/)

---
_Source: https://npm.io/package/@ungap/template-literal · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
