---
url: /api/engines/types/components/class-dot-engine.md
description: api documentation of DotEngine from @tsed/engines
---

## Usage

```typescript
import { DotEngine } from "@tsed/engines/src/components/DotEngine";
```

> See [/packages/engines/src/components/DotEngine.ts](https://github.com/tsedio/tsed/blob/v8.38.4/packages/engines/src/components/DotEngine.ts#L0-L0).

## Overview

```ts
class DotEngine extends Engine {
    getSettings(options: any): any;
    protected $compile(template: string, options: any): any;
}
```

## getSettings

```ts
getSettings(options: any): any;
```

## protected $compile

```ts
protected $compile(template: string, options: any): any;
```
