Files
personal-stat-tracker/frontend/node_modules/tmpl
2022-11-23 15:48:57 -06:00
..
2022-11-23 15:48:57 -06:00
2022-11-23 15:48:57 -06:00
2022-11-23 15:48:57 -06:00
2022-11-23 15:48:57 -06:00

tmpl Build Status

Simple string formatting using {}.

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