mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Remove duplicated onComplete signature
This commit is contained in:
Vendored
-5
@@ -47,11 +47,6 @@ declare namespace Resemble {
|
||||
}
|
||||
|
||||
interface ResembleComparison {
|
||||
/**
|
||||
* Run the analysis and get the result
|
||||
*/
|
||||
onComplete(callback: (result: ResembleAnalysisResult) => void): void;
|
||||
|
||||
/**
|
||||
* Run the analysis and get the comparison result
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user