EASYAIuniappNewUI/node_modules/tmpl
2025-02-08 18:50:38 +08:00
..
lib 2025/2/8第一次更新 2025-02-08 18:50:38 +08:00
license 2025/2/8第一次更新 2025-02-08 18:50:38 +08:00
package.json 2025/2/8第一次更新 2025-02-08 18:50:38 +08:00
readme.md 2025/2/8第一次更新 2025-02-08 18:50:38 +08:00

tmpl Build Status

Simple string formatting using {}.

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