github-pages-deploy-action/node_modules/tmpl
2020-03-31 08:57:48 -04:00
..
lib 3.4.3 2020-03-31 08:42:07 -04:00
.travis.yml 3.4.3 2020-03-31 08:42:07 -04:00
license 3.4.3 2020-03-31 08:42:07 -04:00
package.json 3.4.3 Dependencies 2020-03-31 08:57:48 -04:00
readme.md 3.4.3 2020-03-31 08:42:07 -04:00

tmpl Build Status

Simple string formatting using {}.

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