system-prompts-and-models-o.../unified-ai-platform/node_modules/tmpl/readme.md
dopeuni444 b5a22951ae nhj
more
2025-07-31 12:23:33 +04:00

263 B

tmpl Build Status

Simple string formatting using {}.

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