Searched refs:TemplateItem (Results 1 – 4 of 4) sorted by relevance
4 module.exports = TemplateItem17 function TemplateItem (values, outputLength) { class52 TemplateItem.prototype = {}54 TemplateItem.prototype.getBaseLength = function () {67 TemplateItem.prototype.getLength = function () {75 TemplateItem.prototype.getMaxLength = function () {82 TemplateItem.prototype.getMinLength = function () {
6 var TemplateItem = require('./template-item') variable63 var cloned = new TemplateItem(item, width)