allow more args for graphable
This commit is contained in:
parent
4f9741f785
commit
81aa911d8a
@ -1,5 +1,5 @@
|
||||
import { Graph } from './Graph';
|
||||
|
||||
export interface Graphable {
|
||||
to_graph(g: Graph): void;
|
||||
to_graph(g: Graph, ...args: unknown[]): void;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user