UNPKG
@donmahallem/trapeze-client-desktop
Version:
latest (5.1.1)
5.1.1
An electron app to be used with trapeze endpoints
donmahallem.github.io/trapeze/
donmahallem/trapeze
@donmahallem/trapeze-client-desktop
/
dist
/
api-server
/
api-not-found-request-handler.d.ts
6 lines
(5 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
/*! * Source https://github.com/donmahallem/trapeze */
import
{
RequestHandler
}
from
'express'
;
export
declare
const
createApiNotFoundRequestHandler
:
() =>
RequestHandler
;