UNPKG

nestjs-cls

Version:

A continuation-local storage module compatible with NestJS's dependency injection.

7 lines 251 B
/** * Returns a symbol under which the given proxy provider is stored in the CLS. */ export declare function getProxyProviderSymbol(proxyToken: symbol | string | { name: string; }): symbol; //# sourceMappingURL=get-proxy-provider-symbol.d.ts.map