UNPKG

inversify-express-utils

Version:

Some utilities for the development of express applications with Inversify

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