odin-js-fundamentals-part-4/node_modules/tmpl
NetMan 65754e6d19 Ran npm install for whole directory 2024-01-05 20:30:21 +01:00
..
lib Ran npm install for whole directory 2024-01-05 20:30:21 +01:00
license Ran npm install for whole directory 2024-01-05 20:30:21 +01:00
package.json Ran npm install for whole directory 2024-01-05 20:30:21 +01:00
readme.md Ran npm install for whole directory 2024-01-05 20:30:21 +01:00

readme.md

tmpl Build Status

Simple string formatting using {}.

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