Files
GTA_Prod/GTA_P_V2/node_modules/tmpl/readme.md
2026-01-12 12:43:50 +01:00

263 B

tmpl Build Status

Simple string formatting using {}.

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