Files
2022-04-28 20:54:44 +03:00
..
2022-04-28 20:54:44 +03:00
2022-04-28 20:54:44 +03:00
2022-04-28 20:54:44 +03:00
2022-04-28 20:54:44 +03:00

tmpl Build Status

Simple string formatting using {}.

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