Files
labeler/node_modules/tmpl
David Kale 91fcbb0108 build
2020-09-08 13:25:36 -04:00
..
2020-09-08 13:25:36 -04:00

tmpl Build Status

Simple string formatting using {}.

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