solorice/vscodium/extensions/felipecaputo.git-project-manager-1.8.2/node_modules/tmpl
2022-04-28 21:17:01 +03:00
..
lib Added vscodium 2022-04-28 21:17:01 +03:00
license Added vscodium 2022-04-28 21:17:01 +03:00
package.json Added vscodium 2022-04-28 21:17:01 +03:00
readme.md Added vscodium 2022-04-28 21:17:01 +03:00

tmpl Build Status

Simple string formatting using {}.

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