|
@@ -1,5 +1,3 @@
|
|
|
-import { UniqueArray } from '../../mol-data/generic'
|
|
|
-
|
|
|
/**
|
|
|
* Copyright (c) 2017-2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
|
|
|
*
|
|
@@ -7,6 +5,8 @@ import { UniqueArray } from '../../mol-data/generic'
|
|
|
* @author Alexander Rose <alexander.rose@weirdbyte.de>
|
|
|
*/
|
|
|
|
|
|
+import { UniqueArray } from '../../mol-data/generic'
|
|
|
+
|
|
|
export { InterUnitGraph }
|
|
|
|
|
|
class InterUnitGraph<Unit extends InterUnitGraph.UnitBase, VertexIndex extends number, EdgeProps extends InterUnitGraph.EdgePropsBase = {}> {
|