lxy dbfac8f913 demo 2 yıl önce
..
lib dbfac8f913 demo 2 yıl önce
license dbfac8f913 demo 2 yıl önce
package.json dbfac8f913 demo 2 yıl önce
readme.md dbfac8f913 demo 2 yıl önce

readme.md

tmpl Build Status

Simple string formatting using {}.

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