helpyourneighbour/backend/node_modules/tmpl
2026-03-19 23:10:50 +00:00
..
lib feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
license feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
package.json feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
readme.md feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00

tmpl Build Status

Simple string formatting using {}.

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