iching-broker-level3/node_modules/tmpl
2025-03-31 14:27:20 +02:00
..
lib unit tests part 3 2025-03-31 14:27:20 +02:00
license unit tests part 3 2025-03-31 14:27:20 +02:00
package.json unit tests part 3 2025-03-31 14:27:20 +02:00
readme.md unit tests part 3 2025-03-31 14:27:20 +02:00

tmpl Build Status

Simple string formatting using {}.

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