2.1.6 • Published 6 months ago

@ragempcommunity/types-client v2.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Remember to 🌟 this GitHub if you 💖 it.

This package contains types definitions for RAGE:MP client-side module.

📥 Installation

CLIENT-SIDE

:fire: Use github:ragempcommunity/ragemp-types#types-client to latest build

# With npm
> npm i --save-dev @ragempcommunity/types-client

# With yarn
> yarn add -D @ragempcommunity/types-client

# With pnpm
> pnpm add -D @ragempcommunity/types-client

🤓 Usage

To make these types detectable, you need to add the types property below to tsconfig.json on each side of your project.

// e.g client-side
{
	"compilerOptions": {
		"types": ["{RELATIVE_PATH_TO_NODE_MODULES}/@ragempcommunity/types-client"]
	}
}

Full type-safe and auto-complete

npm.io

👨‍💻 Contributing

To contribute to this repository, feel free to create a new fork of the repository and submit a pull request.

  1. Fork / Clone and select the main branch.
  2. Create a new branch in your fork.
  3. Make your changes.
  4. Commit your changes and push them.
  5. Submit a Pull Request here!

🎉 Thanks

📋 License

This project is licensed under the MIT License — see the LICENSE file for details.

2.1.6

6 months ago

2.1.5

10 months ago

2.1.4

11 months ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.3

2 years ago

2.0.3

2 years ago

2.0.5

2 years ago

2.0.6

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago