chatterbox-ui/node_modules/tmpl
Steve White 4a294608b1 Working layout. 2025-06-05 17:38:12 -05:00
..
lib Working layout. 2025-06-05 17:38:12 -05:00
license Working layout. 2025-06-05 17:38:12 -05:00
package.json Working layout. 2025-06-05 17:38:12 -05:00
readme.md Working layout. 2025-06-05 17:38:12 -05:00

readme.md

tmpl Build Status

Simple string formatting using {}.

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