api documentation for handlebars-helpers (v0.8.2)

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.

table of contents

  1. module handlebars-helpers
    1. function handlebars-helpers (groups, options)
    2. function handlebars-helpers.utils (name, alias)
    3. function handlebars-helpers.utils.mm (files, patterns, opts)
    4. function handlebars-helpers.utils.relative (a, b, stat)
    5. object handlebars-helpers.array
    6. object handlebars-helpers.code
    7. object handlebars-helpers.collection
    8. object handlebars-helpers.comparison
    9. object handlebars-helpers.date
    10. object handlebars-helpers.fs
    11. object handlebars-helpers.html
    12. object handlebars-helpers.i18n
    13. object handlebars-helpers.inflection
    14. object handlebars-helpers.logging
    15. object handlebars-helpers.markdown
    16. object handlebars-helpers.match
    17. object handlebars-helpers.math
    18. object handlebars-helpers.misc
    19. object handlebars-helpers.number
    20. object handlebars-helpers.object
    21. object handlebars-helpers.path
    22. object handlebars-helpers.string
    23. object handlebars-helpers.url
  2. module handlebars-helpers.array
    1. function handlebars-helpers.array.after (array, n)
    2. function handlebars-helpers.array.arrayify (value)
    3. function handlebars-helpers.array.before (array, n)
    4. function handlebars-helpers.array.eachIndex (array, options)
    5. function handlebars-helpers.array.filter (array, value, options)
    6. function handlebars-helpers.array.first (array, n)
    7. function handlebars-helpers.array.forEach (array, options)
    8. function handlebars-helpers.array.inArray (array, value, options)
    9. function handlebars-helpers.array.isArray (value)
    10. function handlebars-helpers.array.join (array, sep)
    11. function handlebars-helpers.array.last (array, n)
    12. function handlebars-helpers.array.lengthEqual (array, length, options)
    13. function handlebars-helpers.array.map (array, fn)
    14. function handlebars-helpers.array.some (arr, cb, options)
    15. function handlebars-helpers.array.sort (arr, options)
    16. function handlebars-helpers.array.sortBy (arr)
    17. function handlebars-helpers.array.withAfter (array, idx, options)
    18. function handlebars-helpers.array.withBefore (array, idx, options)
    19. function handlebars-helpers.array.withFirst (arr, idx, options)
    20. function handlebars-helpers.array.withLast (array, idx, options)
    21. function handlebars-helpers.array.withSort (array, prop, options)
  3. module handlebars-helpers.code
    1. function handlebars-helpers.code.embed (fp, ext)
    2. function handlebars-helpers.code.gist (id)
    3. function handlebars-helpers.code.jsfiddle (options)
  4. module handlebars-helpers.collection
    1. function handlebars-helpers.collection.isEmpty (collection, options)
    2. function handlebars-helpers.collection.iterate (context, options)
    3. function handlebars-helpers.collection.length (value)
  5. module handlebars-helpers.comparison
    1. function handlebars-helpers.comparison.and (a, b, options)
    2. function handlebars-helpers.comparison.compare (a, operator, b, options)
    3. function handlebars-helpers.comparison.contains (collection, value, startIndex, options)
    4. function handlebars-helpers.comparison.eq (a, b, options)
    5. function handlebars-helpers.comparison.gt (a, b, options)
    6. function handlebars-helpers.comparison.gte (a, b, options)
    7. function handlebars-helpers.comparison.has (value, pattern, options)
    8. function handlebars-helpers.comparison.ifEven (num, options)
    9. function handlebars-helpers.comparison.ifNth (a, b, options)
    10. function handlebars-helpers.comparison.ifOdd (val, options)
    11. function handlebars-helpers.comparison.is (a, b, options)
    12. function handlebars-helpers.comparison.isnt (a, b, options)
    13. function handlebars-helpers.comparison.lt (a, b, options)
    14. function handlebars-helpers.comparison.lte (a, b, options)
    15. function handlebars-helpers.comparison.neither (a, b, options)
    16. function handlebars-helpers.comparison.or ()
    17. function handlebars-helpers.comparison.unlessEq (context, options)
    18. function handlebars-helpers.comparison.unlessGt (context, options)
    19. function handlebars-helpers.comparison.unlessGteq (context, options)
    20. function handlebars-helpers.comparison.unlessLt (context, options)
    21. function handlebars-helpers.comparison.unlessLteq (context, options)
  6. module handlebars-helpers.date
    1. function handlebars-helpers.date.moment (str, pattern, options)
  7. module handlebars-helpers.fs
    1. function handlebars-helpers.fs.fileSize (num)
    2. function handlebars-helpers.fs.read (filepath)
    3. function handlebars-helpers.fs.readdir (dir, filter)
  8. module handlebars-helpers.html
    1. function handlebars-helpers.html.css (array, options)
    2. function handlebars-helpers.html.ellipsis (str, limit)
    3. function handlebars-helpers.html.js (context)
    4. function handlebars-helpers.html.ol (context, options)
    5. function handlebars-helpers.html.sanitize (str)
    6. function handlebars-helpers.html.thumbnailImage (context)
    7. function handlebars-helpers.html.truncate (str, limit, suffix)
    8. function handlebars-helpers.html.ul (context, options)
  9. module handlebars-helpers.i18n
    1. function handlebars-helpers.i18n (prop, context, options)
  10. module handlebars-helpers.inflection
    1. function handlebars-helpers.inflection.inflect (count, singular, plural, include)
    2. function handlebars-helpers.inflection.ordinalize (val)
  11. module handlebars-helpers.logging
    1. function handlebars-helpers.logging._inspect (context, options)
    2. function handlebars-helpers.logging.bold ()
    3. function handlebars-helpers.logging.debug (val)
    4. function handlebars-helpers.logging.error ()
    5. function handlebars-helpers.logging.info ()
    6. function handlebars-helpers.logging.log ()
    7. function handlebars-helpers.logging.warn ()
  12. module handlebars-helpers.markdown
    1. function handlebars-helpers.markdown (context, options)
    2. function handlebars-helpers.markdown.md (name, options, cb)
  13. module handlebars-helpers.match
    1. function handlebars-helpers.match ()
    2. function handlebars-helpers.match.isMatch ()
    3. function handlebars-helpers.match.mm ()
  14. module handlebars-helpers.math
    1. function handlebars-helpers.math.add (a, b)
    2. function handlebars-helpers.math.avg ()
    3. function handlebars-helpers.math.ceil (value)
    4. function handlebars-helpers.math.divide (a, b)
    5. function handlebars-helpers.math.floor (value)
    6. function handlebars-helpers.math.multiply (a, b)
    7. function handlebars-helpers.math.round (value)
    8. function handlebars-helpers.math.subtract (a, b)
    9. function handlebars-helpers.math.sum ()
  15. module handlebars-helpers.misc
    1. function handlebars-helpers.misc.default (value, defaultValue)
    2. function handlebars-helpers.misc.noop (options)
    3. function handlebars-helpers.misc.option (prop)
    4. function handlebars-helpers.misc.withHash (options)
  16. module handlebars-helpers.number
    1. function handlebars-helpers.number.addCommas (num)
    2. function handlebars-helpers.number.phoneNumber (num)
    3. function handlebars-helpers.number.random (min, max)
    4. function handlebars-helpers.number.toAbbr (number, precision)
    5. function handlebars-helpers.number.toExponential (number, digits)
    6. function handlebars-helpers.number.toFixed (number, digits)
    7. function handlebars-helpers.number.toFloat (number)
    8. function handlebars-helpers.number.toInt (number)
    9. function handlebars-helpers.number.toPrecision (number, precision)
  17. module handlebars-helpers.object
    1. function handlebars-helpers.object.JSONparse (str, options)
    2. function handlebars-helpers.object.JSONstringify (obj, indent)
    3. function handlebars-helpers.object.extend ()
    4. function handlebars-helpers.object.forIn (obj, options)
    5. function handlebars-helpers.object.forOwn (obj, options)
    6. function handlebars-helpers.object.get (prop, context, options)
    7. function handlebars-helpers.object.getObject (prop, context)
    8. function handlebars-helpers.object.hasOwn (context, key)
    9. function handlebars-helpers.object.isObject (value)
    10. function handlebars-helpers.object.merge (context)
    11. function handlebars-helpers.object.parseJSON (str, options)
    12. function handlebars-helpers.object.pick (props, context, options)
    13. function handlebars-helpers.object.stringify (obj, indent)
    14. function handlebars-helpers.object.toPath ()
  18. module handlebars-helpers.path
    1. function handlebars-helpers.path.absolute (filepath, options)
    2. function handlebars-helpers.path.basename (filepath)
    3. function handlebars-helpers.path.dirname (filepath)
    4. function handlebars-helpers.path.extname (filepath)
    5. function handlebars-helpers.path.relative (a, b)
    6. function handlebars-helpers.path.segments (fp, a, b)
    7. function handlebars-helpers.path.stem (filepath)
  19. module handlebars-helpers.string
    1. function handlebars-helpers.string.camelcase (str)
    2. function handlebars-helpers.string.capitalize (str)
    3. function handlebars-helpers.string.capitalizeAll (str)
    4. function handlebars-helpers.string.center (str, spaces)
    5. function handlebars-helpers.string.chop (str)
    6. function handlebars-helpers.string.dashcase (str)
    7. function handlebars-helpers.string.dotcase (str)
    8. function handlebars-helpers.string.hyphenate (str)
    9. function handlebars-helpers.string.isString (value)
    10. function handlebars-helpers.string.lowercase (str)
    11. function handlebars-helpers.string.occurrences (str, substring)
    12. function handlebars-helpers.string.pascalcase (str)
    13. function handlebars-helpers.string.pathcase (str)
    14. function handlebars-helpers.string.plusify (str)
    15. function handlebars-helpers.string.replace (str, a, b)
    16. function handlebars-helpers.string.reverse (str)
    17. function handlebars-helpers.string.sentence (str)
    18. function handlebars-helpers.string.snakecase (str)
    19. function handlebars-helpers.string.split (str, ch)
    20. function handlebars-helpers.string.startsWith (prefix, str, options)
    21. function handlebars-helpers.string.titleize (str)
    22. function handlebars-helpers.string.trim (str)
    23. function handlebars-helpers.string.uppercase (str, options)
  20. module handlebars-helpers.url
    1. function handlebars-helpers.url.decodeURI (str)
    2. function handlebars-helpers.url.encodeURI (str)
    3. function handlebars-helpers.url.stripProtocol (str)
    4. function handlebars-helpers.url.stripQuerystring (url)
    5. function handlebars-helpers.url.urlParse (str)
    6. function handlebars-helpers.url.urlResolve (base, href)
  21. module handlebars-helpers.utils
    1. function handlebars-helpers.utils (name, alias)
    2. function handlebars-helpers.utils.arrayify (val)
    3. function handlebars-helpers.utils.block (str, lang)
    4. function handlebars-helpers.utils.changecase (str, fn)
    5. function handlebars-helpers.utils.chop (str)
    6. function handlebars-helpers.utils.contains (val, obj, start)
    7. function handlebars-helpers.utils.createFrame (data)
    8. function handlebars-helpers.utils.filter (arr, fn, thisArg)
    9. function handlebars-helpers.utils.flatten (arr)
    10. function handlebars-helpers.utils.forOwn (obj, fn, thisArg)
    11. function handlebars-helpers.utils.get (obj, prop, a, b, c)
    12. function handlebars-helpers.utils.getArgs (app, args)
    13. function handlebars-helpers.utils.getObject (obj, prop)
    14. function handlebars-helpers.utils.identity (val)
    15. function handlebars-helpers.utils.indexOf (arr, ele, start)
    16. function handlebars-helpers.utils.isEmpty (val)
    17. function handlebars-helpers.utils.isEven (i)
    18. function handlebars-helpers.utils.isGlob (str)
    19. function handlebars-helpers.utils.isNumber (num)
    20. function handlebars-helpers.utils.isObject (val)
    21. function handlebars-helpers.utils.isOdd (i)
    22. function handlebars-helpers.utils.isOptions (val)
    23. function handlebars-helpers.utils.isRegex (val)
    24. function handlebars-helpers.utils.isString (val)
    25. function handlebars-helpers.utils.isUndefined (val)
    26. function handlebars-helpers.utils.iterator (target, thisArg)
    27. function handlebars-helpers.utils.merge (target, objects)
    28. function handlebars-helpers.utils.mm (files, patterns, opts)
    29. function handlebars-helpers.utils.normalize (str, stripTrailing)
    30. function handlebars-helpers.utils.random (min, max)
    31. function handlebars-helpers.utils.relative (a, b, stat)
    32. function handlebars-helpers.utils.result (value)
    33. function handlebars-helpers.utils.sortBy (arr, props, opts)
    34. function handlebars-helpers.utils.tag (tag, attribs, text)
    35. function handlebars-helpers.utils.toRegex (val)
    36. function handlebars-helpers.utils.tryParse (str)
    37. function handlebars-helpers.utils.typeOf (val)
  22. module handlebars-helpers.utils.mm
    1. function handlebars-helpers.utils.mm (files, patterns, opts)
    2. function handlebars-helpers.utils.mm.any (fp, patterns, opts)
    3. function handlebars-helpers.utils.mm.braceExpand (str, options)
    4. function handlebars-helpers.utils.mm.braces (str, options)
    5. function handlebars-helpers.utils.mm.contains (fp, pattern, opts)
    6. function handlebars-helpers.utils.mm.expand (pattern, options)
    7. function handlebars-helpers.utils.mm.filter (patterns, opts)
    8. function handlebars-helpers.utils.mm.isMatch (fp, pattern, opts)
    9. function handlebars-helpers.utils.mm.makeRe (glob, opts)
    10. function handlebars-helpers.utils.mm.match (files, pattern, opts)
    11. function handlebars-helpers.utils.mm.matchKeys (obj, glob, options)
    12. function handlebars-helpers.utils.mm.matcher (pattern, opts)
  23. module handlebars-helpers.utils.relative
    1. function handlebars-helpers.utils.relative (a, b, stat)
    2. function handlebars-helpers.utils.relative.toBase (base, fp)

module handlebars-helpers

function handlebars-helpers (groups, options)

function handlebars-helpers.utils (name, alias)

function handlebars-helpers.utils.mm (files, patterns, opts)

function handlebars-helpers.utils.relative (a, b, stat)

module handlebars-helpers.array

function handlebars-helpers.array.after (array, n)

function handlebars-helpers.array.arrayify (value)

function handlebars-helpers.array.before (array, n)

function handlebars-helpers.array.eachIndex (array, options)

function handlebars-helpers.array.filter (array, value, options)

function handlebars-helpers.array.first (array, n)

function handlebars-helpers.array.forEach (array, options)

function handlebars-helpers.array.inArray (array, value, options)

function handlebars-helpers.array.isArray (value)

function handlebars-helpers.array.join (array, sep)

function handlebars-helpers.array.last (array, n)

function handlebars-helpers.array.lengthEqual (array, length, options)

function handlebars-helpers.array.map (array, fn)

function handlebars-helpers.array.some (arr, cb, options)

function handlebars-helpers.array.sort (arr, options)

function handlebars-helpers.array.sortBy (arr)

function handlebars-helpers.array.withAfter (array, idx, options)

function handlebars-helpers.array.withBefore (array, idx, options)

function handlebars-helpers.array.withFirst (arr, idx, options)

function handlebars-helpers.array.withLast (array, idx, options)

function handlebars-helpers.array.withSort (array, prop, options)

module handlebars-helpers.code

function handlebars-helpers.code.embed (fp, ext)

function handlebars-helpers.code.gist (id)

function handlebars-helpers.code.jsfiddle (options)

module handlebars-helpers.collection

function handlebars-helpers.collection.isEmpty (collection, options)

function handlebars-helpers.collection.iterate (context, options)

function handlebars-helpers.collection.length (value)

module handlebars-helpers.comparison

function handlebars-helpers.comparison.and (a, b, options)

function handlebars-helpers.comparison.compare (a, operator, b, options)

function handlebars-helpers.comparison.contains (collection, value, startIndex, options)

function handlebars-helpers.comparison.eq (a, b, options)

function handlebars-helpers.comparison.gt (a, b, options)

function handlebars-helpers.comparison.gte (a, b, options)

function handlebars-helpers.comparison.has (value, pattern, options)

function handlebars-helpers.comparison.ifEven (num, options)

function handlebars-helpers.comparison.ifNth (a, b, options)

function handlebars-helpers.comparison.ifOdd (val, options)

function handlebars-helpers.comparison.is (a, b, options)

function handlebars-helpers.comparison.isnt (a, b, options)

function handlebars-helpers.comparison.lt (a, b, options)

function handlebars-helpers.comparison.lte (a, b, options)

function handlebars-helpers.comparison.neither (a, b, options)

function handlebars-helpers.comparison.or ()

function handlebars-helpers.comparison.unlessEq (context, options)

function handlebars-helpers.comparison.unlessGt (context, options)

function handlebars-helpers.comparison.unlessGteq (context, options)

function handlebars-helpers.comparison.unlessLt (context, options)

function handlebars-helpers.comparison.unlessLteq (context, options)

module handlebars-helpers.date

function handlebars-helpers.date.moment (str, pattern, options)

module handlebars-helpers.fs

function handlebars-helpers.fs.fileSize (num)

function handlebars-helpers.fs.read (filepath)

function handlebars-helpers.fs.readdir (dir, filter)

module handlebars-helpers.html

function handlebars-helpers.html.css (array, options)

function handlebars-helpers.html.ellipsis (str, limit)

function handlebars-helpers.html.js (context)

function handlebars-helpers.html.ol (context, options)

function handlebars-helpers.html.sanitize (str)

function handlebars-helpers.html.thumbnailImage (context)

function handlebars-helpers.html.truncate (str, limit, suffix)

function handlebars-helpers.html.ul (context, options)

module handlebars-helpers.i18n

function handlebars-helpers.i18n (prop, context, options)

module handlebars-helpers.inflection

function handlebars-helpers.inflection.inflect (count, singular, plural, include)

function handlebars-helpers.inflection.ordinalize (val)

module handlebars-helpers.logging

function handlebars-helpers.logging._inspect (context, options)

function handlebars-helpers.logging.bold ()

function handlebars-helpers.logging.debug (val)

function handlebars-helpers.logging.error ()

function handlebars-helpers.logging.info ()

function handlebars-helpers.logging.log ()

function handlebars-helpers.logging.warn ()

module handlebars-helpers.markdown

function handlebars-helpers.markdown (context, options)

function handlebars-helpers.markdown.md (name, options, cb)

module handlebars-helpers.match

function handlebars-helpers.match ()

function handlebars-helpers.match.isMatch ()

function handlebars-helpers.match.mm ()

module handlebars-helpers.math

function handlebars-helpers.math.add (a, b)

function handlebars-helpers.math.avg ()

function handlebars-helpers.math.ceil (value)

function handlebars-helpers.math.divide (a, b)

function handlebars-helpers.math.floor (value)

function handlebars-helpers.math.multiply (a, b)

function handlebars-helpers.math.round (value)

function handlebars-helpers.math.subtract (a, b)

function handlebars-helpers.math.sum ()

module handlebars-helpers.misc

function handlebars-helpers.misc.default (value, defaultValue)

function handlebars-helpers.misc.noop (options)

function handlebars-helpers.misc.option (prop)

function handlebars-helpers.misc.withHash (options)

module handlebars-helpers.number

function handlebars-helpers.number.addCommas (num)

function handlebars-helpers.number.phoneNumber (num)

function handlebars-helpers.number.random (min, max)

function handlebars-helpers.number.toAbbr (number, precision)

function handlebars-helpers.number.toExponential (number, digits)

function handlebars-helpers.number.toFixed (number, digits)

function handlebars-helpers.number.toFloat (number)

function handlebars-helpers.number.toInt (number)

function handlebars-helpers.number.toPrecision (number, precision)

module handlebars-helpers.object

function handlebars-helpers.object.JSONparse (str, options)

function handlebars-helpers.object.JSONstringify (obj, indent)

function handlebars-helpers.object.extend ()

function handlebars-helpers.object.forIn (obj, options)

function handlebars-helpers.object.forOwn (obj, options)

function handlebars-helpers.object.get (prop, context, options)

function handlebars-helpers.object.getObject (prop, context)

function handlebars-helpers.object.hasOwn (context, key)

function handlebars-helpers.object.isObject (value)

function handlebars-helpers.object.merge (context)

function handlebars-helpers.object.parseJSON (str, options)

function handlebars-helpers.object.pick (props, context, options)

function handlebars-helpers.object.stringify (obj, indent)

function handlebars-helpers.object.toPath ()

module handlebars-helpers.path

function handlebars-helpers.path.absolute (filepath, options)

function handlebars-helpers.path.basename (filepath)

function handlebars-helpers.path.dirname (filepath)

function handlebars-helpers.path.extname (filepath)

function handlebars-helpers.path.relative (a, b)

function handlebars-helpers.path.segments (fp, a, b)

function handlebars-helpers.path.stem (filepath)

module handlebars-helpers.string

function handlebars-helpers.string.camelcase (str)

function handlebars-helpers.string.capitalize (str)

function handlebars-helpers.string.capitalizeAll (str)

function handlebars-helpers.string.center (str, spaces)

function handlebars-helpers.string.chop (str)

function handlebars-helpers.string.dashcase (str)

function handlebars-helpers.string.dotcase (str)

function handlebars-helpers.string.hyphenate (str)

function handlebars-helpers.string.isString (value)

function handlebars-helpers.string.lowercase (str)

function handlebars-helpers.string.occurrences (str, substring)

function handlebars-helpers.string.pascalcase (str)

function handlebars-helpers.string.pathcase (str)

function handlebars-helpers.string.plusify (str)

function handlebars-helpers.string.replace (str, a, b)

function handlebars-helpers.string.reverse (str)

function handlebars-helpers.string.sentence (str)

function handlebars-helpers.string.snakecase (str)

function handlebars-helpers.string.split (str, ch)

function handlebars-helpers.string.startsWith (prefix, str, options)

function handlebars-helpers.string.titleize (str)

function handlebars-helpers.string.trim (str)

function handlebars-helpers.string.uppercase (str, options)

module handlebars-helpers.url

function handlebars-helpers.url.decodeURI (str)

function handlebars-helpers.url.encodeURI (str)

function handlebars-helpers.url.stripProtocol (str)

function handlebars-helpers.url.stripQuerystring (url)

function handlebars-helpers.url.urlParse (str)

function handlebars-helpers.url.urlResolve (base, href)

module handlebars-helpers.utils

function handlebars-helpers.utils (name, alias)

function handlebars-helpers.utils.arrayify (val)

function handlebars-helpers.utils.block (str, lang)

function handlebars-helpers.utils.changecase (str, fn)

function handlebars-helpers.utils.chop (str)

function handlebars-helpers.utils.contains (val, obj, start)

function handlebars-helpers.utils.createFrame (data)

function handlebars-helpers.utils.filter (arr, fn, thisArg)

function handlebars-helpers.utils.flatten (arr)

function handlebars-helpers.utils.forOwn (obj, fn, thisArg)

function handlebars-helpers.utils.get (obj, prop, a, b, c)

function handlebars-helpers.utils.getArgs (app, args)

function handlebars-helpers.utils.getObject (obj, prop)

function handlebars-helpers.utils.identity (val)

function handlebars-helpers.utils.indexOf (arr, ele, start)

function handlebars-helpers.utils.isEmpty (val)

function handlebars-helpers.utils.isEven (i)

function handlebars-helpers.utils.isGlob (str)

function handlebars-helpers.utils.isNumber (num)

function handlebars-helpers.utils.isObject (val)

function handlebars-helpers.utils.isOdd (i)

function handlebars-helpers.utils.isOptions (val)

function handlebars-helpers.utils.isRegex (val)

function handlebars-helpers.utils.isString (val)

function handlebars-helpers.utils.isUndefined (val)

function handlebars-helpers.utils.iterator (target, thisArg)

function handlebars-helpers.utils.merge (target, objects)

function handlebars-helpers.utils.mm (files, patterns, opts)

function handlebars-helpers.utils.normalize (str, stripTrailing)

function handlebars-helpers.utils.random (min, max)

function handlebars-helpers.utils.relative (a, b, stat)

function handlebars-helpers.utils.result (value)

function handlebars-helpers.utils.sortBy (arr, props, opts)

function handlebars-helpers.utils.tag (tag, attribs, text)

function handlebars-helpers.utils.toRegex (val)

function handlebars-helpers.utils.tryParse (str)

function handlebars-helpers.utils.typeOf (val)

module handlebars-helpers.utils.mm

function handlebars-helpers.utils.mm (files, patterns, opts)

function handlebars-helpers.utils.mm.any (fp, patterns, opts)

function handlebars-helpers.utils.mm.braceExpand (str, options)

function handlebars-helpers.utils.mm.braces (str, options)

function handlebars-helpers.utils.mm.contains (fp, pattern, opts)

function handlebars-helpers.utils.mm.expand (pattern, options)

function handlebars-helpers.utils.mm.filter (patterns, opts)

function handlebars-helpers.utils.mm.isMatch (fp, pattern, opts)

function handlebars-helpers.utils.mm.makeRe (glob, opts)

function handlebars-helpers.utils.mm.match (files, pattern, opts)

function handlebars-helpers.utils.mm.matchKeys (obj, glob, options)

function handlebars-helpers.utils.mm.matcher (pattern, opts)

module handlebars-helpers.utils.relative

function handlebars-helpers.utils.relative (a, b, stat)

function handlebars-helpers.utils.relative.toBase (base, fp)

[ this document was created with utility2 ]