We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257df03 commit 83a0135Copy full SHA for 83a0135
src/lualib/ArrayConcat.ts
@@ -1,4 +1,4 @@
1
-declare function pcall(func: Function): any;
+declare function pcall(func: () => any): any;
2
declare function type(val: any): string;
3
4
function __TS__ArrayConcat(arr1: any[], ...args: any[]): any[] {
0 commit comments