xiot-core-spec-ts
Version:
XIOT Specification Codec
10 lines (9 loc) • 324 B
JavaScript
;
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;