trailtypes
v1.2.0
Published

Readme
This project includes Typescript type definitions definitions for the Trailmakers modding API, for use with TypescriptToLua.
Installation
Install with:
npm install trailtypesAnd add it to your project's tsconfig.json:
{
"compilerOptions": {
"types": ["trailtypes"]
}
}