Compare commits
No commits in common. "9ce39f420478a02e741213edaf7752c3c3fc60a5" and "8e0dad1e046004b6559ce5fba263a070ce043936" have entirely different histories.
9ce39f4204
...
8e0dad1e04
@ -1,5 +0,0 @@
|
||||
import { Graph } from './Graph';
|
||||
|
||||
export interface Graphable {
|
||||
to_graph(g: Graph): void;
|
||||
}
|
@ -5,4 +5,3 @@ export { Edge } from './Edge';
|
||||
export { Color } from './Color';
|
||||
export { EdgeStyles, NodeStyles, GraphStyles } from './Styles';
|
||||
export { GraphLayouts } from './GraphLayouts';
|
||||
export { Graphable } from './Graphable';
|
||||
|
Loading…
x
Reference in New Issue
Block a user