setup-php/node_modules/tmpl/readme.md
Shivam Mathur 8f9786b73f init
2019-09-06 05:17:43 +05:30

263 B

tmpl Build Status

Simple string formatting using {}.

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