New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

tabletop-simulator-ts-types

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tabletop-simulator-ts-types

TypeScript type definitions for the Tabletop Simulator API for use with Typescript-to-Lua transpilers

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

tabletop-simulator-ts-types

TypeScript type definitions for the Tabletop Simulator API for use with Typescript-to-Lua transpilers

Usage

First, install this package.

npm install tabletop-simulator-ts-types

Then update your tsconfig.json to include node_modules/tabletop-simulator-ts-types/types/:

{
  "include": ["src/**/*", "node_modules/tabletop-simulator-ts-types/types/*"]
}

typescript-to-lua

While technically these definitions can be used with any transpiler that transpiles from Typescript to Lua, they were only tested with the typescript-to-lua project. Specifically, using the universal target.

Keywords

typescript

FAQs

Package last updated on 21 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts