🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@ragempcommunity/types-client

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ragempcommunity/types-client

Types definitions for RAGE:MP client-side module

latest
npmnpm
Version
2.1.9
Version published
Maintainers
3
Created
Source

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

👨‍💻 Contributing

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!

🎉 Thanks

đź“‹ License

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

FAQs

Package last updated on 15 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts