UNPKG

tachijs

Version:

Highly testable dead simple web server written in Typescript

5 lines 225 B
import express from 'express'; export declare abstract class BaseResult { abstract execute(req: express.Request, res: express.Response, next: express.NextFunction): Promise<any>; } //# sourceMappingURL=BaseResult.d.ts.map