| 596 | } |
| 597 | |
| 598 | interface EmberHandlebars { |
| 599 | template: typeof template; |
| 600 | Utils: { |
| 601 | escapeExpression: typeof escapeExpression; |
| 602 | }; |
| 603 | compile?: typeof compile; |
| 604 | precompile?: typeof precompile; |
| 605 | } |
| 606 | |
| 607 | interface EmberHTMLBars { |
| 608 | template: typeof template; |
nothing calls this directly
no outgoing calls
no test coverage detected