react-native-get-pixel_edit/node_modules/tmpl
2025-07-09 11:41:52 +09:00
..
lib init 2025-07-09 11:41:52 +09:00
license init 2025-07-09 11:41:52 +09:00
package.json init 2025-07-09 11:41:52 +09:00
readme.md init 2025-07-09 11:41:52 +09:00

tmpl Build Status

Simple string formatting using {}.

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