UNPKG

@shapediver/sdk.sdtf-v1

Version:
12 lines 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SdtfReadableChunk = void 0; const SdtfReadableNode_1 = require("./SdtfReadableNode"); class SdtfReadableChunk extends SdtfReadableNode_1.SdtfReadableNode { constructor(name) { super(); this.name = name; } } exports.SdtfReadableChunk = SdtfReadableChunk; //# sourceMappingURL=SdtfReadableChunk.js.map