detachLocalsContainer
@tsed/di
Usage
typescript
import { detachLocalsContainer } from "@tsed/di";Overview
ts
function detachLocalsContainer(): void;Description
Detach and stage the current locals container.
Removes the global locals reference and saves it for cleanup. Used internally to manage request scope lifecycle.