@cybermp-community/client-types
v2.2.0
Published
TypeScript type definitions for the CyberMP client-side environment.
Readme
CyberMP Client Types
This repository contains the TypeScript type definitions for the CyberMP multiplayer client, providing comprehensive type safety and IntelliSense support for client-side development within the Cyberpunk 2077 game environment.
These types cover the mp object, the game's internal classes, enums, and bitfields.
⌨️ Codeware Support
This package includes built-in types for Codeware v1.19.0, allowing full type safety and IntelliSense for developer-facing Redscript classes and functions provided by Codeware.
📦 Installation
1. Install Package
Using NPM:
npm install -D @cybermp-community/client-typesUsing PNPM:
pnpm install -D @cybermp-community/client-typesUsing Bun:
bun add -d @cybermp-community/client-types2. Set types in tsconfig.json
{
"compilerOptions": {
"types": [
"@cybermp-community/client-types"
]
}
}📜 Disclaimer
This repository is developed by CyberMP Community Developers and is not directly related to CyberMP (cyber.mp).
⚖️ License
This project is licensed under the MIT License - see the LICENSE file for details.
