UNPKG

@shapediver/sdk.sdtf-v1

Version:
14 lines 511 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SdtfReadableNode = void 0; const SdtfBaseReadableComponent_1 = require("./SdtfBaseReadableComponent"); class SdtfReadableNode extends SdtfBaseReadableComponent_1.SdtfBaseReadableComponent { constructor() { super(...arguments); this.items = []; this.nodes = []; this.additionalProperties = {}; } } exports.SdtfReadableNode = SdtfReadableNode; //# sourceMappingURL=SdtfReadableNode.js.map