aoc/node_modules/tmpl
alex ab688f8b38 solutions 2022-12-03 17:11:42 -05:00
..
lib solutions 2022-12-03 17:11:42 -05:00
license solutions 2022-12-03 17:11:42 -05:00
package.json solutions 2022-12-03 17:11:42 -05:00
readme.md solutions 2022-12-03 17:11:42 -05:00

readme.md

tmpl Build Status

Simple string formatting using {}.

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