UNPKG

@rcsb/rcsb-saguaro-3d

Version:
15 lines (14 loc) 437 B
"use strict"; /* * Copyright (c) 2021 RCSB PDB and contributors, licensed under MIT, See LICENSE file for more info. * @author Joan Segura Mora <joan.segura@rcsb.org> */ Object.defineProperty(exports, "__esModule", { value: true }); exports.NullBehaviourObserver = void 0; class NullBehaviourObserver { observe(structureViewer, stateManager) { } unsubscribe() { } } exports.NullBehaviourObserver = NullBehaviourObserver;