Skip to content

Type Alias: LuaArray<T>

ts
type LuaArray<T> = LuaTable<TIndex, T>;

Lua array table indexed by number.

Type Parameters

Type Parameter
T