Returns an array of key/values of an object, when iterated with `pairs`.
(o: LuaPairsIterable<K, V>)
| 694 | |
| 695 | /** Returns an array of key/values of an object, when iterated with `pairs`. */ |
| 696 | entries<K extends AnyNotNil, V>(o: LuaPairsIterable<K, V>): Array<[K, V]>; |
| 697 | } |
no outgoing calls
no test coverage detected