zhibo/live-streaming/node_modules/tmpl
2025-12-15 11:34:49 +08:00
..
lib 初始化 2025-12-15 11:34:49 +08:00
license 初始化 2025-12-15 11:34:49 +08:00
package.json 初始化 2025-12-15 11:34:49 +08:00
readme.md 初始化 2025-12-15 11:34:49 +08:00

tmpl Build Status

Simple string formatting using {}.

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