lxy dbfac8f913 demo пре 2 година
..
lib dbfac8f913 demo пре 2 година
license dbfac8f913 demo пре 2 година
package.json dbfac8f913 demo пре 2 година
readme.md dbfac8f913 demo пре 2 година

readme.md

tmpl Build Status

Simple string formatting using {}.

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