mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
alphabetize types
This commit is contained in:
Vendored
+2
-2
@@ -66,8 +66,8 @@ declare module SigmaJs{
|
||||
}
|
||||
|
||||
interface Parsers {
|
||||
gexf: GexfParser;
|
||||
json: JsonParser;
|
||||
gexf: GexfParser;
|
||||
}
|
||||
|
||||
interface Plugins {
|
||||
@@ -113,8 +113,8 @@ declare module SigmaJs{
|
||||
new(container: Element): Sigma;
|
||||
new(configuration: SigmaConfigs): Sigma;
|
||||
classes:Classes;
|
||||
plugins: Plugins;
|
||||
parsers: Parsers;
|
||||
plugins: Plugins;
|
||||
}
|
||||
|
||||
interface Settings {
|
||||
|
||||
Reference in New Issue
Block a user