UNPKG

fastlane

Version:

Fastlane is a fast and flexible API framework for Node.js. It automatically creates Express routes from your project's file structure, making it easy to build APIs quickly and efficiently.

3 lines 199 B
import { RequestHandler, Request, Response } from "express"; export declare function methodHandler(fn: (req: Request, res: Response) => unknown): RequestHandler; //# sourceMappingURL=handler.d.ts.map