paulpaterson_obsidian-proje.../node_modules/tmpl
2024-11-07 14:32:51 -06:00
..
lib Added testing dependencies 2024-11-07 14:32:51 -06:00
license Added testing dependencies 2024-11-07 14:32:51 -06:00
package.json Added testing dependencies 2024-11-07 14:32:51 -06:00
readme.md Added testing dependencies 2024-11-07 14:32:51 -06:00

tmpl Build Status

Simple string formatting using {}.

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