UNPKG

projectstarboy_ox_lib

Version:
8 lines 483 B
"use strict"; 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