max_liu b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 седмици
..
lib b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 седмици
license b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 седмици
package.json b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 седмици
readme.md b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 седмици

readme.md

tmpl Build Status

Simple string formatting using {}.

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