method
ModuleGraph.run
fn: (...args: A) => R,
...args: A
): R;
Call fn inside the graph's context: what fn and everything it starts open belongs to the graph.
Throws ERR_INVALID_STATE once the graph is disposed.
@returns
what fn returns