@tsclean/core
Version:
Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.
7 lines • 304 B
TypeScript
import { ContextId } from '../core/injector';
export declare function createContextId(): ContextId;
export declare class ContextIdFactory {
static create(): ContextId;
static getByRequest<T extends Record<any, any> = any>(request: T): ContextId;
}
//# sourceMappingURL=context-id-factory.d.ts.map