You need to sign in or sign up before continuing.
Name Last Update
..
lib Loading commit data...
license Loading commit data...
package.json Loading commit data...
readme.md Loading commit data...

tmpl Build Status

Simple string formatting using {}.

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