Compare commits

..

No commits in common. "9ce39f420478a02e741213edaf7752c3c3fc60a5" and "8e0dad1e046004b6559ce5fba263a070ce043936" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

@ -1,5 +0,0 @@
import { Graph } from './Graph';
export interface Graphable {
to_graph(g: Graph): void;
}

View File

@ -5,4 +5,3 @@ export { Edge } from './Edge';
export { Color } from './Color'; export { Color } from './Color';
export { EdgeStyles, NodeStyles, GraphStyles } from './Styles'; export { EdgeStyles, NodeStyles, GraphStyles } from './Styles';
export { GraphLayouts } from './GraphLayouts'; export { GraphLayouts } from './GraphLayouts';
export { Graphable } from './Graphable';