Optional
brA predicate function to determine whether there should be a line break after each function parameter.
This predicate is called on every parameter if provided. If sortPredicate is also provided, the predicate is evaluated against the reordered array.
A function parameter string.
The parameter index.
true
to add a trailing line break, or false
otherwise.
Optional
prependOptional text to add before the function hook (e.g., subst:
).
Optional
sortCallback function to Array.prototype.sort, called on a deep copy of ParserFunction.params (i.e., the original array is not mutated).
Optional
useWhether to use the canonical function hook.
Options for ParserFunction.stringify.