tplt
v1.0.1
Published
Template Literals & Tag Function
Downloads
2
Readme
tplt
Template Literals & Tag Function.
Install
$ npm i tplt
Usage
const name = 'john';
tplt`Hi ${name} and age ${25}`;
tplt`Simple`;
API
tplt(input)
input
Type: string
License
MIT © Joydip Roy