Are you an LLM? You can read better optimized documentation at /api/engines/types/components/class-handlebars-engine.md for this page in Markdown format
HandlebarsEngine
@tsed/engines
Usage
typescript
import { HandlebarsEngine } from "@tsed/engines/src/components/HandlebarsEngine";Overview
ts
class HandlebarsEngine extends Engine {
protected configure(options: any): void;
protected $compile(template: string, options: any): any;
}protected configure
ts
protected configure(options: any): void;protected $compile
ts
protected $compile(template: string, options: any): any;