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

tmpl Build Status

Simple string formatting using {}.

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