UNPKG

@donmahallem/trapeze-client-desktop

Version:

An electron app to be used with trapeze endpoints

6 lines (5 loc) 180 B
/*! * Source https://github.com/donmahallem/trapeze */ import { RequestHandler } from 'express'; export declare const createApiNotFoundRequestHandler: () => RequestHandler;