erp-construccion-backend/node_modules/tmpl
2026-01-04 06:38:44 -06:00
..
lib Initial commit - erp-construccion-backend 2026-01-04 06:38:44 -06:00
license Initial commit - erp-construccion-backend 2026-01-04 06:38:44 -06:00
package.json Initial commit - erp-construccion-backend 2026-01-04 06:38:44 -06:00
README.md Initial commit - erp-construccion-backend 2026-01-04 06:38:44 -06:00

tmpl Build Status

Simple string formatting using {}.

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