Files
Kristofers Solo d7dddc39ef Added vscodium
2022-04-28 21:17:01 +03:00
..
2022-04-28 21:17:01 +03:00
2022-04-28 21:17:01 +03:00
2022-04-28 21:17:01 +03:00
2022-04-28 21:17:01 +03:00

tmpl Build Status

Simple string formatting using {}.

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