Skip to content
Formatador de texto a funcao curry
JavaScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
.gitignore
README.md
bower.json
format.js
gulpfile.js
package.json
script.txt

README.md

$format

Formatador de texto a funcao curry

this.Ninja(['$format'], function ($format) {
  console.log($format('Nome: {0}, Data de Nascimento: {2:99/99/9999}', ['cleber.programmer', '25011988']));
});
Something went wrong with that request. Please try again.