Files
setup-haskell/node_modules/tmpl
Timothy Clem 63b90beb0c npm audit fix
2019-09-30 10:04:01 -07:00
..
2019-09-30 10:04:01 -07:00
2019-09-30 10:04:01 -07:00
2019-09-30 10:04:01 -07:00
2019-09-30 10:04:01 -07:00
2019-09-30 10:04:01 -07:00

tmpl Build Status

Simple string formatting using {}.

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