tplt
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

tplt

Build Status XO code style

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

Readme

Keywords

none

Package Sidebar

Install

npm i tplt

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

4.83 kB

Total Files

5

Last publish

Collaborators

  • rjoydip