Skip to content

VelocityEngine

@tsed/engines

Usage

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

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

Overview

ts
class VelocityEngine extends Engine {
    protected $compile(template: string, options: EngineOptions): (options: EngineOptions) => Promise<any>;
}

protected $compile

ts
protected $compile(template: string, options: EngineOptions): (options: EngineOptions) => Promise<any>;

Released under the MIT License.