UNPKG

dino-express

Version:

DinO enabled REST framework based on express

10 lines (9 loc) 296 B
import { Injectable } from 'dino-core'; import { type HttpContext } from '../Types'; export declare class RequestScopedInjectable extends Injectable { /** * Allows to access the current http context * @returns the http context */ protected getHttpContext(): HttpContext; }