Type aliases
Template
Variables
Const decorators
decorators: object
Const escapeExpression
Const helpers
helpers: object
Const logger
Const partials
partials: object
Const templates
Functions
Exception
- Exception(message: string): void
-
Parameters
Returns void
K
-
Returns void
blockParams
- blockParams(obj: any[], ids: any[]): any[]
-
Parameters
Returns any[]
compile
-
Type parameters
Parameters
create
-
createFrame
- createFrame(object: any): any
-
Parameters
Returns any
log
- log(level: number, obj: any): void
-
Parameters
Returns void
noConflict
-
parse
-
Parameters
precompile
-
Parameters
registerDecorator
- registerDecorator(name: string, fn: Function): void
-
Parameters
-
name: string
-
fn: Function
Returns void
registerHelper
-
Parameters
Returns void
-
Parameters
Returns void
registerPartial
- registerPartial(name: string, fn: Template): void
- registerPartial(spec: object): void
-
Parameters
Returns void
-
Parameters
Returns void
template
-
Type parameters
Parameters
unregisterDecorator
- unregisterDecorator(name: string): void
-
Parameters
Returns void
unregisterHelper
- unregisterHelper(name: string): void
-
Parameters
Returns void
unregisterPartial
- unregisterPartial(name: string): void
-
Parameters
Returns void