tasks_manager/frontend/node_modules/tmpl
2025-02-10 07:20:15 +03:00
..
lib Добавление frontend 2025-02-10 07:20:15 +03:00
license Добавление frontend 2025-02-10 07:20:15 +03:00
package.json Добавление frontend 2025-02-10 07:20:15 +03:00
readme.md Добавление frontend 2025-02-10 07:20:15 +03:00

tmpl Build Status

Simple string formatting using {}.

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