login/node_modules/tmpl/readme.md
Balaga Gayatri 74dd83c7c8 node_modules
2021-10-22 12:50:18 +05:30

263 B

tmpl Build Status

Simple string formatting using {}.

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