PromoCursed/node_modules/tmpl
2024-08-20 23:25:37 +04:00
..
lib Первый коммит 2024-08-20 23:25:37 +04:00
license Первый коммит 2024-08-20 23:25:37 +04:00
package.json Первый коммит 2024-08-20 23:25:37 +04:00
readme.md Первый коммит 2024-08-20 23:25:37 +04:00

tmpl Build Status

Simple string formatting using {}.

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