UNPKG

@nativewrappers/client

Version:

Javascript/Typescript wrapper for the FiveM natives

9 lines (8 loc) 200 B
import { Crypto } from '../../../utils'; export class ListItem { constructor(name, value = null) { this.id = Crypto.uuidv4(); this.name = name; this.value = value; } }