Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 420 Bytes

DOCUMENTATION.md

File metadata and controls

17 lines (11 loc) · 420 Bytes

Documentation

You can see below the API reference of this module.

jsTemplates(type, name)

Generate stringified templates. The first argument is the template name. The next arguments are passed to the libraries handling the templates.

Params

  • String type: The template name.
  • String name: The library name (rendered in the template).

Return

  • String The rendered template code.