lua-types
Version:
TypeScript definitions for Lua standard library
13 lines (11 loc) • 487 B
TypeScript
/// <reference types="@typescript-to-lua/language-extensions" />
/// <reference path="./coroutine.d.ts" />
/// <reference path="./5.0/debug.d.ts" />
/// <reference path="./5.0/global.d.ts" />
/// <reference path="./5.0/io.d.ts" />
/// <reference path="./5.0/math.d.ts" />
/// <reference path="./5.0/metatable.d.ts" />
/// <reference path="./5.0/modules.d.ts" />
/// <reference path="./5.0/os.d.ts" />
/// <reference path="./5.0/string.d.ts" />
/// <reference path="./5.0/table.d.ts" />