UNPKG

@crstrskp/graph

Version:

High-performance TypeScript graph algorithms library optimized for trading bots and arbitrage detection

8 lines 188 B
export interface IVertex { setLabel(s: string): any; getLabel(): string; updateCost(): any; getCost(): number; getObject(): any; } //# sourceMappingURL=IVertex.d.ts.map