UNPKG

@criticalred/crlib

Version:

JS/TS wrapper for crLib exports

4 lines (3 loc) 262 B
import type { VehicleProperties } from '../../'; export declare const getVehicleProperties: (vehicle: number) => VehicleProperties; export declare const setVehicleProperties: (vehicle: number, props: Partial<VehicleProperties>, fixVehicle?: boolean) => boolean;