mgenware / string-to-template-literal

Encode a string to a JavaScript template literal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

string-to-template-literal

Build Status npm version Node.js Version

Encode strings to JavaScript template literals.

Installation

yarn add string-to-template-literal

Usage

import convert from 'string-to-template-literal';

convert('AB`C` ${');
// `AB\`C\` \${`

About

Encode a string to a JavaScript template literal

License:BSD Zero Clause License


Languages

Language:JavaScript 100.0%