Skip to content

Commit 83a0135

Browse files
committed
Fixed lint issue
1 parent 257df03 commit 83a0135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lualib/ArrayConcat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
declare function pcall(func: Function): any;
1+
declare function pcall(func: () => any): any;
22
declare function type(val: any): string;
33

44
function __TS__ArrayConcat(arr1: any[], ...args: any[]): any[] {

0 commit comments

Comments
 (0)