Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tmpl

daaku110.1mBSD-3-Clause1.0.5TypeScript support: definitely-typed

JavaScript micro templates.

readme

tmpl Build Status

Simple string formatting using {}.

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