mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[edmonds-blossom] Repair links (#47407)
This commit is contained in:
parent
15520b2697
commit
0ce203069c
2
types/edmonds-blossom/index.d.ts
vendored
2
types/edmonds-blossom/index.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for edmonds-blossom 1.0
|
||||
// Project: https://github.com/mattkrick/EdmondsBlossom
|
||||
// Definitions by: John Jackson <https://github.com/johnridesabike>
|
||||
// Definitions: https://github.com/DefinitelyTyped/edmonds-blossom
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.7
|
||||
export = blossom;
|
||||
declare function blossom(edges: number[][], maxCardinality?: number): number[];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user