UNPKG

nestjs-cls

Version:

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

4 lines 489 B
import { ClsModuleProxyClassProviderOptions, ClsModuleProxyProviderOptions, ProxyClassProviderDefinition, ProxyProviderDefinition } from './proxy-provider.interfaces'; export declare const isProxyClassProviderOptions: (provider: ClsModuleProxyProviderOptions) => provider is ClsModuleProxyClassProviderOptions; export declare const isProxyClassProvider: (provider: ProxyProviderDefinition) => provider is ProxyClassProviderDefinition; //# sourceMappingURL=proxy-provider.functions.d.ts.map