nest-app-ota/node_modules/.pnpm/tmpl@1.0.5/node_modules/tmpl
2025-11-11 16:34:27 +08:00
..
lib first commit 2025-11-11 16:34:27 +08:00
license first commit 2025-11-11 16:34:27 +08:00
package.json first commit 2025-11-11 16:34:27 +08:00
readme.md first commit 2025-11-11 16:34:27 +08:00

tmpl Build Status

Simple string formatting using {}.

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