UNPKG

inversify-express-utils

Version:

Some utilities for the development of express applications with Inversify

7 lines 243 B
import { HttpContent } from './httpContent'; export declare class JsonContent extends HttpContent { private readonly content; constructor(content: unknown); readAsync(): Promise<unknown>; } //# sourceMappingURL=jsonContent.d.ts.map