XuelesszzZ 94af2b8e7b 6-30-5 1 жил өмнө
..
lib 94af2b8e7b 6-30-5 1 жил өмнө
license 94af2b8e7b 6-30-5 1 жил өмнө
package.json 94af2b8e7b 6-30-5 1 жил өмнө
readme.md 94af2b8e7b 6-30-5 1 жил өмнө

readme.md

tmpl Build Status

Simple string formatting using {}.

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