Remember to 🌟 this Github if you 💖 it.
Types definitions for RAGE:MP
# With npm
npm i --save-dev github:leonardssh/ragemp-types#types-server
# With yarn
yarn add -D github:leonardssh/ragemp-types#types-server
# With pnpm
pnpm add -D github:leonardssh/ragemp-types#types-server
# With npm
npm i --save-dev github:leonardssh/ragemp-types#types-client
# With yarn
yarn add -D github:leonardssh/ragemp-types#types-client
# With pnpm
pnpm add -D github:leonardssh/ragemp-types#types-client
# With npm
npm i --save-dev github:leonardssh/ragemp-types#types-cef
# With yarn
yarn add -D github:leonardssh/ragemp-types#types-cef
# With pnpm
pnpm add -D github:leonardssh/ragemp-types#types-cef
To make these types detectable, you need to add the
types
property below totsconfig.json
on each side of your project.
// e.g server-side
{
"compilerOptions": {
"types": ["{RELATIVE_PATH_TO_NODE_MODULES}/@ragemp/types-server"]
}
}
To contribute to this repository, feel free to create a new fork of the repository and submit a pull request.
- Fork / Clone and select the
main
branch. - Create a new branch in your fork.
- Make your changes.
- Commit your changes, and push them.
- Submit a Pull Request here!
- CocaColaBear - Creator of types-ragemp-s & types-ragemp-c
This project is licensed under the MIT License - see the LICENSE file for details.