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