UNPKG

molstar

Version:

A comprehensive macromolecular library.

12 lines 471 B
/** * Copyright (c) 2017 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal <david.sehnal@gmail.com> * @author Alexander Rose <alexander.rose@weirdbyte.de> */ import { Database } from './db/database'; import { Table } from './db/table'; import { Column } from './db/column'; import * as ColumnHelpers from './db/column-helpers'; export { Database, Table, Column, ColumnHelpers }; //# sourceMappingURL=db.js.map