mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Fixed formatting
This commit is contained in:
6
types/graphlib-dot/index.d.ts
vendored
6
types/graphlib-dot/index.d.ts
vendored
@@ -31,9 +31,9 @@ export const graphlib: any;
|
||||
declare global {
|
||||
namespace graphlibDot {
|
||||
/**
|
||||
* Reads a single DOT graph from the str and returns it a Graph representation.
|
||||
* @param str a string in the DOT language representing a graph
|
||||
*/
|
||||
* Reads a single DOT graph from the str and returns it a Graph representation.
|
||||
* @param str a string in the DOT language representing a graph
|
||||
*/
|
||||
function read(str: string): Graph;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user