1.0.1 • Published 7 years ago
tplt v1.0.1
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
Template Literals & Tag Function.
$ npm i tplt
const name = 'john';
tplt`Hi ${name} and age ${25}`;
tplt`Simple`;
Type: string
MIT © Joydip Roy