UNPKG

@rcsb/rcsb-saguaro-app

Version:
13 lines (12 loc) 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PolymerEntityChromosomeTranslate = void 0; class PolymerEntityChromosomeTranslate { constructor(entityMap) { this.rawData = entityMap; } getData() { return this.rawData; } } exports.PolymerEntityChromosomeTranslate = PolymerEntityChromosomeTranslate;