Severian's picture
Upload 7464 files
c211499
raw
history blame contribute delete
91 Bytes
export function prim(g: any, weightFunc: any): Graph;
import { Graph } from '../graph.js';