UNPKG

@nativewrappers/client

Version:

Javascript/Typescript wrapper for the FiveM natives

7 lines (6 loc) 109 B
export class Size { constructor(w = 0, h = 0) { this.width = w; this.height = h; } }