New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

string-to-template-literal

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string-to-template-literal

Converts a string to a template literal

0.2.2
Source
npm
Version published
Weekly downloads
8.4K
-5.47%
Maintainers
1
Weekly downloads
 
Created
Source

string-to-template-literal

MEAN Module Build Status npm version Node.js Version

Converts a string to a template literal

Installation

yarn add string-to-template-literal

Usage

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

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

Keywords

layit

FAQs

Package last updated on 27 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts