UNPKG

fivem-js

Version:

Javascript/Typescript wrapper for the FiveM natives

8 lines (7 loc) 218 B
import { ListItem } from '../modules'; export declare class ItemsCollection { private items; constructor(items: ListItem[] | string[]); length(): number; getListItems(): (ListItem | string)[]; }