Libertas OS API Documentation
    Preparing search index...

    Type Alias LuaPairsIterable<TKey, TValue>

    LuaPairsIterable: Iterable<[TKey, TValue]> & LuaIterationExtension<"Pairs">

    Represents an object that can be iterated with pairs() For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions

    Type Parameters

    • TKey extends AnyNotNil

      The type of the key returned each iteration.

    • TValue

      The type of the value returned each iteration.