Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1008 Bytes

README.md

File metadata and controls

34 lines (31 loc) · 1008 Bytes

types-ragemp

Serverside definitions

Discord As of NuGet npm Bower

Installation

NuGet

Package Manager
Install-Package types-ragemp
dotnet-cli
dotnet add package types-ragemp

npm

# latest release
npm install types-ragemp
# latest commit
npm install github:pet-platoon/types-ragemp#next

bower

# latest release
bower install types-ragemp
# latest commit
bower install pet-platoon/types-ragemp#next

Usage

/// <reference path="<relative path to types-ragemp>/index.d.ts" />