UNPKG

255 BTypeScriptView Raw
1
2import { InjectionToken } from '@angular/core';
3import { Request } from 'express';
4import { Response } from 'express';
5
6export declare const REQUEST: InjectionToken<Request>;
7
8export declare const RESPONSE: InjectionToken<Response>;
9
10export { }