---
url: /api/di/types/common/fn/function-clean-all-locals-container.md
description: api documentation of cleanAllLocalsContainer from @tsed/di
---

## Usage

```typescript
import { cleanAllLocalsContainer } from "@tsed/di";
```

> See [/packages/di/src/common/fn/localsContainer.ts](https://github.com/tsedio/tsed/blob/v8.38.4/packages/di/src/common/fn/localsContainer.ts#L0-L0).

## Overview

```ts
function cleanAllLocalsContainer(): void;
```
