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 172 B
import { Router } from "express"; export declare function attachRoutes(dir: string, importFn?: (path: string) => Promise<any>): Router; //# sourceMappingURL=attach.d.ts.map