Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 744 Bytes

toc.md

File metadata and controls

17 lines (12 loc) · 744 Bytes

Categories

Currently {%= total.helpers %} helpers in {%= total.categories %} categories:

{% Object.keys(methods).forEach(function(key) { %}{% var file = methods[key] %}

  • {%= anchor(file) %} ({%= link("code", file.path) %} | {%= link("unit tests", file.test.path) %}) {% }) %}

All helpers

{% Object.keys(methods).forEach(function(key) { %} {% var file = methods[key] %}

{%= link(key + ' helpers', '#' + file.stem) %}

Visit the: {%= link("code", file.path) %} | {%= link("unit tests", file.test.path) %} | {%= sectionIssue(file.stem) %}) {% Object.keys(file.data.methods).forEach(function(k) { %}{% var obj = file.data.methods[k] %} {%= bullet(obj) %} ({%= codeLink(obj) %} | {%= testLink(obj) %}){% }) %} {% }) %}