UNPKG

fivem-esx-js

Version:

Javascript/Typescript wrapper for the FiveM ESX core natives

10 lines 207 B
export interface ESXWeapon { name: string, label: string, components: ESXWeaponComponent[] } export interface ESXWeaponComponent { name: string, hash: number, label: string }