From c089370cd00116df3840aa3882d1f1d324aa183d Mon Sep 17 00:00:00 2001 From: Alessandro Chitolina Date: Mon, 13 Nov 2023 14:37:12 +0100 Subject: [PATCH] [util] fix: fixed bound function for invokable objects --- lambda.d.ts | 2 ++ types/index.d.ts | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 lambda.d.ts diff --git a/lambda.d.ts b/lambda.d.ts new file mode 100644 index 0000000..57ebede --- /dev/null +++ b/lambda.d.ts @@ -0,0 +1,2 @@ +export function lambda(init: Function): any; +export function streamingResponse(init: Function): any; diff --git a/types/index.d.ts b/types/index.d.ts index 32c9a3a..e69de29 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1,3 +0,0 @@ -/// -/// -///