UNPKG

molstar

Version:

A comprehensive macromolecular library.

15 lines (14 loc) 525 B
"use strict"; /** * Copyright (c) 2017 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal <david.sehnal@gmail.com> */ Object.defineProperty(exports, "__esModule", { value: true }); exports.RuntimeContext = void 0; var synchronous_1 = require("./synchronous"); var RuntimeContext; (function (RuntimeContext) { RuntimeContext.Synchronous = synchronous_1.SyncRuntimeContext; })(RuntimeContext || (RuntimeContext = {})); exports.RuntimeContext = RuntimeContext;