ssap_app/node_modules/tmpl
ananyak19 f0453fc9f0 first commit 2026-01-18 17:57:34 +05:30
..
lib first commit 2026-01-18 17:57:34 +05:30
license first commit 2026-01-18 17:57:34 +05:30
package.json first commit 2026-01-18 17:57:34 +05:30
readme.md first commit 2026-01-18 17:57:34 +05:30

readme.md

tmpl Build Status

Simple string formatting using {}.

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