diff --git a/core/5.0/global.d.ts b/core/5.0/global.d.ts index 0b58897..b93aa0b 100644 --- a/core/5.0/global.d.ts +++ b/core/5.0/global.d.ts @@ -102,7 +102,7 @@ declare function next(table: object, index?: any): LuaMultiReturn<[any, any] | [ * See function next for the caveats of modifying the table during its * traversal. */ -declare function pairs( +declare function pairs( t: LuaTable ): LuaIterable]>>; declare function pairs(t: T): LuaIterable]>>;