UNPKG

ts-bacnet

Version:

The BACnet protocol library written in pure JavaScript.

3 lines 244 B
import { EngineeringUnits } from "./enum"; export declare function getEngineeringUnitHumanReadable(engineeringUnit: EngineeringUnits, desiredOutput?: "readable" | "scientific"): string; //# sourceMappingURL=EngineeringUnitHumanReadable.d.ts.map