solorice/vscodium/extensions/felipecaputo.git-project-manager-1.8.2/node_modules/tmpl/readme.md
2022-04-28 21:17:01 +03:00

263 B

tmpl Build Status

Simple string formatting using {}.

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