Home Reference Source Test Repository

References

Function Summary

Static Public Function Summary
public

arrayContainsItem(array: object, value: object, options: object): string

Does an array contain a value?

public

capSplitAndJoin(joiner: string, options: object): string

Split a string by capital letters and then re-join by another.

public

compareValues(lvalue: object, operator: object, rvalue: object, options: object): string

Compare two values with a predicate to determine some equivelence relation.

public

generateTask(taskOptions: *): *

Generate a new instance of the task with the specified options.

public

Convert a block to lowercase

public

Drop-case the first letter of a string

public

propertyValueExtract(context: object, name: string, propName: string, options: object): string

Extract the name of a property with a handlebars-unfriendly name, such as hyphenated names.

public

Convert a block to uppercase

public

Capitalize the first letter of a string

public

withContext(variable: object, options: object): string

Sub-context creation for a specific variable.

public

withDefinition(property: object, definitionMap: object, options: object): string

Process the primary block if the specified property has a schema/$ref linkage, and the inverse block if not.