mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-13 23:51:10 +00:00
.
This commit is contained in:
parent
fc725ba36b
commit
422b9fdb15
7395 changed files with 1786235 additions and 3476 deletions
10
node_modules/tmpl/readme.md
generated
vendored
Normal file
10
node_modules/tmpl/readme.md
generated
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
tmpl [](http://travis-ci.org/nshah/nodejs-tmpl)
|
||||
====
|
||||
|
||||
Simple string formatting using `{}`.
|
||||
|
||||
```javascript
|
||||
assert.equal(
|
||||
tmpl('the answer is {answer}', { answer: 42 }),
|
||||
'the answer is 42')
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue