UNPKG

ern-api-gen

Version:

Electrode Native API generator

8 lines 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Property_1 = require("./Property"); class NullProperty extends Property_1.Property { } NullProperty.TYPE = 'null'; exports.NullProperty = NullProperty; //# sourceMappingURL=NullProperty.js.map