1
0
mirror of https://github.com/Azure/setup-helm.git synced 2026-07-05 16:01:38 +00:00
Files

tmpl Build Status

Simple string formatting using {}.

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