Libertas OS API Documentation
    Preparing search index...

    Type Alias LuaTableConstructor

    LuaTableConstructor: new <TKey extends AnyNotNil = AnyNotNil, TValue = any>() => LuaTable<
        TKey,
        TValue,
    > & LuaExtension<"TableNew">

    A convenience type for working directly with a Lua table. For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions

    The type of the keys used to access the table.

    The type of the values stored in the table.