Gazebo_simulation-Frontend/node_modules/tmpl
Riddhi Dave c586e2ed33 session update with django backend 2021-02-25 10:57:52 -05:00
..
lib React files 2020-12-21 10:29:31 -05:00
.travis.yml React files 2020-12-21 10:29:31 -05:00
license React files 2020-12-21 10:29:31 -05:00
package.json session update with django backend 2021-02-25 10:57:52 -05:00
readme.md React files 2020-12-21 10:29:31 -05:00

readme.md

tmpl Build Status

Simple string formatting using {}.

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