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

tmpl Build Status

Simple string formatting using {}.

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