Skip to content

detachLocalsContainer

@tsed/di

Usage

typescript
import { detachLocalsContainer } from "@tsed/di";

See /packages/di/src/types/common/fn/localsContainer.ts.

Overview

ts
function detachLocalsContainer(): void;

Description

Reset the locals container.

Released under the MIT License.