Files
actions-ansi-to-html/node_modules/tmpl/readme.md
T
2025-11-11 06:53:11 -05:00

263 B

tmpl Build Status

Simple string formatting using {}.

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