UNPKG

fivem-js

Version:

Javascript/Typescript wrapper for the FiveM natives

11 lines (10 loc) 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Size = void 0; class Size { constructor(w = 0, h = 0) { this.width = w; this.height = h; } } exports.Size = Size;