zhibo/archive/extras/live-streaming/client/node_modules/tmpl
2025-12-22 11:14:06 +08:00
..
lib chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
license chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
package.json chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00
readme.md chore: archive live-streaming and client directories to archive/extras 2025-12-22 11:14:06 +08:00

tmpl Build Status

Simple string formatting using {}.

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