Skip to content

SquirrellyEngine

@tsed/engines

Usage

typescript
import { SquirrellyEngine } from "@tsed/engines";

See /packages/engines/src/types/components/SquirrellyEngine.ts.

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;

Released under the MIT License.