This package has been deprecated

Author message:

This project was renamed to lua-types

types-lua

1.0.1 • Public • Published

Types Lua

npm Travis

TypeScript definitions for Lua 5.3 standard library.

Installation

  1. Get Lua Types from npm
yarn add -D types-lua
# or 
npm install -D types-lua
  1. Modify your tsconfig.json
{
  "compilerOptions": {
    "typeRoots": ["@types", "node_modules/types-lua/types"]
  },
  "include": ["src/**/*.ts"]
}

Readme

Keywords

none

Package Sidebar

Install

npm i types-lua

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • ark120202