urltomarkdown/node_modules/tmpl
Lee Hanken ca3866eae3 added unit tests 2022-12-23 12:03:25 +00:00
..
lib added unit tests 2022-12-23 12:03:25 +00:00
license added unit tests 2022-12-23 12:03:25 +00:00
package.json added unit tests 2022-12-23 12:03:25 +00:00
readme.md added unit tests 2022-12-23 12:03:25 +00:00

readme.md

tmpl Build Status

Simple string formatting using {}.

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