APPLE 025c69e553 wesmiler 点什么广告 3 лет назад
..
lib 025c69e553 wesmiler 点什么广告 3 лет назад
.travis.yml 025c69e553 wesmiler 点什么广告 3 лет назад
license 025c69e553 wesmiler 点什么广告 3 лет назад
package.json 025c69e553 wesmiler 点什么广告 3 лет назад
readme.md 025c69e553 wesmiler 点什么广告 3 лет назад

readme.md

tmpl Build Status

Simple string formatting using {}.

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