the-forest/client/node_modules/tmpl
2024-09-17 20:35:18 -04:00
..
lib client raw doggin the db 2024-09-17 20:35:18 -04:00
license client raw doggin the db 2024-09-17 20:35:18 -04:00
package.json client raw doggin the db 2024-09-17 20:35:18 -04:00
readme.md client raw doggin the db 2024-09-17 20:35:18 -04:00

tmpl Build Status

Simple string formatting using {}.

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