TypeScript definitions for Defold, a high-performance cross-platform game engine.
This fork has more detailed types than the origin repo. Hand-written patches replace many of the any
keywords with specific types, sets constant values to use const
, etc. See the changelog for details.
This repo can be used as a drop-in replacement of the original.
-
Uninstall
@ts-defold/types
-
Get this package from Github
yarn add git+https://git@github.com/thinknathan/ts-defold-types.git#^1.3.0 -D
# or
npm install git+https://git@github.com/thinknathan/ts-defold-types.git#^1.3.0 --save-dev
# or
pnpm install git+https://git@github.com/thinknathan/ts-defold-types.git -D
TypeScript ❤️ Defold