Skip to content

Commit

Permalink
[util] fix: fixed bound function for invokable objects
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Nov 13, 2023
1 parent c77f402 commit c089370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions lambda.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export function lambda(init: Function): any;
export function streamingResponse(init: Function): any;
3 changes: 0 additions & 3 deletions types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
/// <reference path="Exception/SyntaxError.d.ts" />
/// <reference path="AbstractLexer.d.ts" />
/// <reference path="ValueHolder.d.ts" />

0 comments on commit c089370

Please sign in to comment.