---
url: /api/third-parties/pulse/types/services/const-pulse-module.md
description: api documentation of PulseModule from @tsed/pulse
---

## Usage

```typescript
import { PulseModule } from "@tsed/pulse";
```

> See [/packages/third-parties/pulse/src/services/PulseService.ts](https://github.com/tsedio/tsed/blob/v8.37.1/packages/third-parties/pulse/src/services/PulseService.ts#L0-L0).

## Overview

```ts
const PulseModule: typeof Pulse;
export type PulseModule = Pulse;
```
