@risingmedia/fivem-client
v0.0.1
Published
This package contains the type definitions for the FiveM JS module shared types
Readme
FiveM Client Types
This package contains "easy-to-use" types for FiveM.
For example:
import * as client from '@risinglife/fivem-client';
client.shutdownLoadingScreenNui();For native access see this package You can see all functions, and how they can be use at https://docs.fivem.net/natives/ The package must be included when compile the code for example with esbuild.
