DotEngine
@tsed/engines
Usage
typescript
import { DotEngine } from "@tsed/engines";
Overview
ts
class DotEngine extends Engine {
getSettings(options: any): any;
protected $compile(template: string, options: any): any;
}
getSettings
ts
getSettings(options: any): any;
protected $compile
ts
protected $compile(template: string, options: any): any;