UNPKG
@bestcodetools/api-node-base
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.1
BestCodeTools Node Base for Backend API
gitlab.com/bestcodetools/nodejs/api-node-base
@bestcodetools/api-node-base
/
dist
/
src
/
utils
/
create-lamda-handler-for-http-app
/
index.d.ts
4 lines
•
231 B
TypeScript
View Raw
1
2
3
4
import
type
{
HttpApp
}
from
'@types'
;
declare
const
createLambdaHandlerForHttpApp
:
(
httpApp
:
HttpApp
) =>
(
event
:
any
,
context
:
any
) =>
Promise
<
any
>;
export
default
createLambdaHandlerForHttpApp;
//# sourceMappingURL=index.d.ts.map