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