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.

8 lines 255 B
export declare function parseEvent(body: unknown): string; export declare function formatEvent(body: unknown): { message: { data: string; }; }; export declare function parseEventJson(body: unknown): any; //# sourceMappingURL=parse.d.ts.map