PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
templates
/
helpers
var mout = require('mout'); function indent(Handlebars) { Handlebars.registerHelper('indent', function(context) { var hash = context.hash; var indentStr = mout.string.repeat(' ', parseInt(hash.level, 10)); return context.fn(this).replace(/\n/g, '\n' + indentStr); }); } module.exports = indent;
[-] indent.js
[edit]
[-] sum.js
[edit]
[+]
..
[-] rpad.js
[edit]
[-] colors.js
[edit]
[-] index.js
[edit]
[-] condense.js
[edit]