UNPKG

xiot-core-spec-ts

Version:
10 lines (9 loc) 324 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ValueRange_1 = require("../../typedef/definition/property/ValueRange"); class ValueRangeCodec { static decode(format, range) { return new ValueRange_1.ValueRange(format, range); } } exports.ValueRangeCodec = ValueRangeCodec;