Compare commits
	
		
			2 Commits
		
	
	
		
			8e0dad1e04
			...
			9ce39f4204
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 9ce39f4204 | |||
| f0497f163d | 
							
								
								
									
										5
									
								
								lib/Graphable.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								lib/Graphable.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
			
		||||
import { Graph } from './Graph';
 | 
			
		||||
 | 
			
		||||
export interface Graphable {
 | 
			
		||||
  to_graph(g: Graph): void;
 | 
			
		||||
}
 | 
			
		||||
@@ -5,3 +5,4 @@ export { Edge } from './Edge';
 | 
			
		||||
export { Color } from './Color';
 | 
			
		||||
export { EdgeStyles, NodeStyles, GraphStyles } from './Styles';
 | 
			
		||||
export { GraphLayouts } from './GraphLayouts';
 | 
			
		||||
export { Graphable } from './Graphable';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user