1
0
mirror of https://github.com/Azure/setup-helm.git synced 2026-07-06 08:21:37 +00:00
Files
setup-helm/node_modules/tmpl

tmpl Build Status

Simple string formatting using {}.

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