UNPKG

ern-api-gen

Version:

Electrode Native API generator

15 lines 472 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Property_1 = require("./Property"); class AbstractNumericProperty extends Property_1.Property { } AbstractNumericProperty.allowedProps = [ ...Property_1.Property.allowedProps, 'minimum', 'maximum', 'exclusiveMinimum', 'exclusiveMaximum', 'multipleOf', ]; exports.AbstractNumericProperty = AbstractNumericProperty; //# sourceMappingURL=AbstractNumericProperty.js.map