WUT_Computer_Science/EGUI/lab3/front/node_modules/tmpl/readme.md
2022-06-15 03:02:51 +02:00

263 B

tmpl Build Status

Simple string formatting using {}.

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