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