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

tmpl Build Status

Simple string formatting using {}.

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