UNPKG

@criticalred/crlib

Version:

JS/TS wrapper for crLib exports

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