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