npm.io
1.0.5 • Published 4 years ago

tmpl

Licence
BSD-3-Clause
Version
1.0.5
Deps
0
Size
3 kB
Vulns
0
Weekly
0
Stars
20

tmpl Build Status

Simple string formatting using {}.

assert.equal(
  tmpl('the answer is {answer}', { answer: 42 }),
  'the answer is 42')