rbx-types
v1.0.191
Published
Generates a roblox.d.ts file from a combination of handwritten .d.ts files and generated data from Roblox's API dump
Downloads
41
Readme
rbx-types
TypeScript typings for the Roblox platform. Partially handwritten and partially automatically generated.
Installation
To install rbx-types into your project, run the following command:
npm i rbx-types
Then, make sure rbx-types
is listed in your compilerOptions.types
field in your project's tsconfig.json
like so:
{
"compilerOptions": {
"types": ["rbx-types"]
}
}