dld_backend/node_modules/tmpl
2025-10-30 12:13:02 +05:30
..
lib v0.0.1 2025-10-30 12:13:02 +05:30
license v0.0.1 2025-10-30 12:13:02 +05:30
package.json v0.0.1 2025-10-30 12:13:02 +05:30
readme.md v0.0.1 2025-10-30 12:13:02 +05:30

tmpl Build Status

Simple string formatting using {}.

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