JustEngine
@tsed/engines
Usage
typescript
import { JustEngine } from "@tsed/engines";
Overview
ts
class JustEngine extends Engine {
protected $compile(template: string, options: any): (options: any) => any;
protected $compileFile(file: string, options: any): Promise<(options: any) => any>;
}
protected $compile
ts
protected $compile(template: string, options: any): (options: any) => any;
protected $compileFile
ts
protected $compileFile(file: string, options: any): Promise<(options: any) => any>;