ghaction-upx/node_modules/tmpl
2020-01-23 08:49:02 +00:00
..
lib Update node_modules 2020-01-23 08:49:02 +00:00
.travis.yml Update node_modules 2020-01-23 08:49:02 +00:00
license Update node_modules 2020-01-23 08:49:02 +00:00
package.json Update node_modules 2020-01-23 08:49:02 +00:00
readme.md Update node_modules 2020-01-23 08:49:02 +00:00

tmpl Build Status

Simple string formatting using {}.

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