@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
9 lines • 328 B
TypeScript
/**
* Build a Graphviz DOT representation of the graph
* @template Node
* @param {Graph<Node>} graph
* @param {function(Node):string} nodeToDot
* @returns {string}
*/
export function convert_graph_to_dot_string<Node_1>({ graph, nodeToDot }: Graph<Node_1>): string;
//# sourceMappingURL=convert_graph_to_dot_string.d.ts.map