UNPKG

@communityox/ox_lib

Version:

JS/TS wrapper for ox_lib exports

3 lines (2 loc) 228 B
export const getVehicleProperties = (vehicle) => exports.ox_lib.getVehicleProperties(vehicle); export const setVehicleProperties = (vehicle, props, fixVehicle) => exports.ox_lib.setVehicleProperties(vehicle, props, fixVehicle);