UNPKG

xiot-core-spec-ts

Version:
7 lines (6 loc) 307 B
import { DataFormat } from '../../typedef/definition/property/data/DataFormat'; import { ValueRange } from '../../typedef/definition/property/ValueRange'; export declare class ValueRangeCodec { static decode(format: DataFormat, range: any[]): ValueRange; static encode(values: ValueRange): any[]; }