Domen Kožar 08403cd828
v5
2019-11-13 17:14:48 +01:00
..
v5
2019-11-13 17:14:48 +01:00
v5
2019-11-13 17:14:48 +01:00
v5
2019-11-13 17:14:48 +01:00
v5
2019-11-13 17:14:48 +01:00
v5
2019-11-13 17:14:48 +01:00

tmpl Build Status

Simple string formatting using {}.

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