MCPcopy
hub / github.com/emberjs/ember.js / EmberHandlebars

Interface EmberHandlebars

packages/ember/barrel.ts:598–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596}
597
598interface EmberHandlebars {
599 template: typeof template;
600 Utils: {
601 escapeExpression: typeof escapeExpression;
602 };
603 compile?: typeof compile;
604 precompile?: typeof precompile;
605}
606
607interface EmberHTMLBars {
608 template: typeof template;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected