projectstarboy_ox_lib
Version:
JS/TS wrapper for ox_lib exports
8 lines • 483 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.setVehicleProperties = exports.getVehicleProperties = void 0;
const getVehicleProperties = (vehicle) => exports.ox_lib.getVehicleProperties(vehicle);
exports.getVehicleProperties = getVehicleProperties;
const setVehicleProperties = (vehicle, props) => exports.ox_lib.setVehicleProperties(vehicle, props);
exports.setVehicleProperties = setVehicleProperties;
//# sourceMappingURL=index.js.map