1
0
mirror of https://github.com/actions/setup-node synced 2025-05-20 14:57:56 +00:00
setup-node/node_modules/tmpl/readme.md
eric sciple e7ed525da5 .
2020-01-24 16:30:50 -05:00

263 B

tmpl Build Status

Simple string formatting using {}.

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