Files
julia-runtest/node_modules/tmpl/readme.md
David Anthoff c0c6ce37ca Add node deps
2019-09-14 21:05:22 -07:00

263 B

tmpl Build Status

Simple string formatting using {}.

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