UNPKG

handlebars4code

Version:

library and NPM module that extends Handlebars with Helpers for Code Generation in a specific programming language (e.g. Javascript)

16 lines (14 loc) 571 B
/* --------------------------------------- Exported Module Variable: Handlebars4Code Package: handlebars4code Version: 1.2.37 Date: 2020/10/07 14:28:05 Homepage: https://gitlab.com/niehausbert/handlebars4code#readme Author: Engelbert Niehaus License: MIT Date: 2020/10/07 14:28:05 Require Module with: const Handlebars4Code = require('handlebars4code'); JSHint: installation with 'npm install jshint -g' ------------------------------------------ */ /*jshint laxcomma: true, asi: true, maxerr: 150 */ /*global alert, confirm, console, prompt */