Files
setup-haskell/node_modules/tmpl
2019-09-23 20:01:12 -07:00
..
2019-09-23 20:01:12 -07:00
2019-09-23 20:01:12 -07:00
2019-09-23 20:01:12 -07:00
2019-09-23 20:01:12 -07:00
2019-09-23 20:01:12 -07:00

tmpl Build Status

Simple string formatting using {}.

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