UNPKG

handlebars-helpers

Version:

More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate, Verb, Ghost, gulp-handlebars, grunt-handlebars, consolidate, or any node.js/Handlebars project.

25 lines (23 loc) 638 B
'use strict'; module.exports = { array: require('./array'), code: require('./code'), collection: require('./collection'), comparison: require('./comparison'), date: require('./date'), fs: require('./fs'), html: require('./html'), i18n: require('./i18n'), inflection: require('./inflection'), logging: require('./logging'), markdown: require('./markdown'), match: require('./match'), math: require('./math'), misc: require('./misc'), number: require('./number'), object: require('./object'), path: require('./path'), regex: require('./regex'), string: require('./string'), url: require('./url') };